mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-31 21:53:01 +02:00
Add missing break-lock action command-line help (#357).
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user