Clarify command-like help for check --only.
This commit is contained in:
parent
d6ac7a9192
commit
ae45dfe63a
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ def parse_arguments(*unparsed_arguments):
|
|||
choices=('repository', 'archives', 'data', 'extract'),
|
||||
dest='only',
|
||||
action='append',
|
||||
help='Run a particular consistency check instead of configured checks (can specify multiple times)',
|
||||
help='Run a particular consistency check (repository, archives, data, or extract) instead of configured checks; can specify flag multiple times',
|
||||
)
|
||||
check_group.add_argument('-h', '--help', action='help', help='Show this help message and exit')
|
||||
|
||||
|
|
Loading…
Reference in a new issue