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

This commit is contained in:
Dan Helfman 2022-10-12 10:48:10 -07:00
parent d7f1c10c8c
commit 906da838ef
1 changed files with 1 additions and 0 deletions

View File

@ -787,6 +787,7 @@ def make_parsers():
'--repository',
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',