From 906da838ef509fccd0516bdc2af2f608e594729e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 12 Oct 2022 10:48:10 -0700 Subject: [PATCH] Add missing break-lock action command-line help (#357). --- borgmatic/commands/arguments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/borgmatic/commands/arguments.py b/borgmatic/commands/arguments.py index 9499e9510..4699010d7 100644 --- a/borgmatic/commands/arguments.py +++ b/borgmatic/commands/arguments.py @@ -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',