Code formatting.
This commit is contained in:
parent
906da838ef
commit
c9742e1d04
1 changed files with 3 additions and 1 deletions
|
@ -787,7 +787,9 @@ 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')
|
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',
|
||||||
|
|
Loading…
Reference in a new issue