Fix wrong argument help string
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
a87c762569
commit
5175246b89
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def parse_args():
|
|||
'target', nargs='?', help='git repo to check')
|
||||
parser.add_argument(
|
||||
'--namespace', default=None,
|
||||
help='Only check the git hooks, do not fix them')
|
||||
help="Only operate on a certain namespace, not all of them.")
|
||||
parser.add_argument(
|
||||
'--check', default=False, action="store_true",
|
||||
help='Only check the git hooks, do not fix them')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue