Fix the capitlization

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-12-24 20:36:27 +01:00
parent 6104ad97ce
commit cc16ee5187

View file

@ -672,7 +672,7 @@ if __name__ == '__main__':
parser.add_argument(
'--dry-run', dest='dryrun', action='store_true', default=False,
help='Do not actually make the changes')
parser.add_Argument(
parser.add_argument(
'--verbose', dest='verbose', action='store_true', default=False,
help='Print actions verbosely')
parser.add_argument(