Fix capitalization on compact help.
This commit is contained in:
parent
cbf7284f64
commit
9997aa9a92
1 changed files with 2 additions and 2 deletions
|
@ -262,8 +262,8 @@ def parse_arguments(*unparsed_arguments):
|
||||||
compact_parser = subparsers.add_parser(
|
compact_parser = subparsers.add_parser(
|
||||||
'compact',
|
'compact',
|
||||||
aliases=SUBPARSER_ALIASES['compact'],
|
aliases=SUBPARSER_ALIASES['compact'],
|
||||||
help='compact segments to free space (Borg 1.2+ only)',
|
help='Compact segments to free space (Borg 1.2+ only)',
|
||||||
description='compact segments to free space (Borg 1.2+ only)',
|
description='Compact segments to free space (Borg 1.2+ only)',
|
||||||
add_help=False,
|
add_help=False,
|
||||||
)
|
)
|
||||||
compact_group = compact_parser.add_argument_group('compact arguments')
|
compact_group = compact_parser.add_argument_group('compact arguments')
|
||||||
|
|
Loading…
Reference in a new issue