build: verbose is flag, no value (#26414)

This commit is contained in:
Samuel Attard 2020-11-09 15:08:27 -08:00 committed by GitHub
parent 40f82e5ef2
commit 8b7e10cf4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,9 @@ def parse_args():
action='store_true',
default=False,
required=False)
parser.add_argument('--verbose', help='Mooooorreee logs')
parser.add_argument('--verbose',
action='store_true',
help='Mooooorreee logs')
return parser.parse_args()