delayed-rm 2.8.2__tar.gz → 2.9.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: delayed_rm
3
- Version: 2.8.2
3
+ Version: 2.9.0
4
4
  Summary: Ever wish you had a few minutes to undo an rm? Now you do!
5
5
  License: GPLv3
6
6
  Project-URL: Homepage, https://github.com/zwimer/delayed_rm
@@ -12,7 +12,7 @@ import sys
12
12
  import os
13
13
 
14
14
 
15
- __version__ = "2.8.2"
15
+ __version__ = "2.9.0"
16
16
 
17
17
 
18
18
  #
@@ -239,7 +239,7 @@ def main(prog: str, *args: str) -> bool:
239
239
  base: str = os.path.basename(prog)
240
240
  parser = argparse.ArgumentParser(prog=base)
241
241
  parser.add_argument("--version", action="version", version=f"{base} {__version__}")
242
- parser.add_argument("-d", "--delay", type=int, default=900, help="The deletion delay in seconds")
242
+ parser.add_argument("--delay", "--ttl", type=int, default=900, help="The deletion delay in seconds")
243
243
  parser.add_argument(
244
244
  "--log", action="store_true", help=f"Show {base}'s log files; may not be used with other arguments"
245
245
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: delayed_rm
3
- Version: 2.8.2
3
+ Version: 2.9.0
4
4
  Summary: Ever wish you had a few minutes to undo an rm? Now you do!
5
5
  License: GPLv3
6
6
  Project-URL: Homepage, https://github.com/zwimer/delayed_rm
File without changes
File without changes
File without changes
File without changes