Fix wrong argument help string

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2020-06-24 21:40:26 +02:00 committed by pingou
parent a87c762569
commit 5175246b89

View file

@ -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')