Fix the capitlization
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
6104ad97ce
commit
cc16ee5187
1 changed files with 1 additions and 1 deletions
|
@ -672,7 +672,7 @@ if __name__ == '__main__':
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--dry-run', dest='dryrun', action='store_true', default=False,
|
'--dry-run', dest='dryrun', action='store_true', default=False,
|
||||||
help='Do not actually make the changes')
|
help='Do not actually make the changes')
|
||||||
parser.add_Argument(
|
parser.add_argument(
|
||||||
'--verbose', dest='verbose', action='store_true', default=False,
|
'--verbose', dest='verbose', action='store_true', default=False,
|
||||||
help='Print actions verbosely')
|
help='Print actions verbosely')
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue