Sfoglia il codice sorgente

Add missing break-lock action command-line help (#357).

Dan Helfman 2 anni fa
parent
commit
906da838ef
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      borgmatic/commands/arguments.py

+ 1 - 0
borgmatic/commands/arguments.py

@@ -787,6 +787,7 @@ def make_parsers():
         '--repository',
         '--repository',
         help='Path of repository to break the lock for, defaults to the configured repository if there is only one',
         help='Path of repository to break the lock for, defaults to the configured repository if there is only one',
     )
     )
+    break_lock_group.add_argument('-h', '--help', action='help', help='Show this help message and exit')
 
 
     borg_parser = subparsers.add_parser(
     borg_parser = subparsers.add_parser(
         'borg',
         'borg',