Remove `-v` so everybody's happy

main
Alex 2023-04-19 20:37:32 +02:00 committed by GitHub
parent 63c0954323
commit f0aee81400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def gen_cli_args():
parser.add_argument("--darrell", action='store_true', help='give Darrell a hand')
parser.add_argument("--verbose", action='store_true', help="enable verbose output")
parser.add_argument("--debug", action='store_true', help="enable debug level information")
parser.add_argument("-v", "--version", action='store_true', help="Display CME version")
parser.add_argument("--version", action='store_true', help="Display CME version")
subparsers = parser.add_subparsers(title='protocols', dest='protocol', description='available protocols')