bin/autojump: Fix a Flake8 warning

pull/646/head
Alex Thiessen 2 years ago
parent 4f07c55f03
commit 4e11af9f12
No known key found for this signature in database
GPG Key ID: 6C90AE2B18A1CF5B

@ -129,8 +129,8 @@ def parse_arguments():
help='show database entries and their key weights',
)
parser.add_argument(
'-v', '--version', action='version', version='%(prog)s v' +
VERSION, help='show version information',
'-v', '--version', action='version', version='%(prog)s v' + VERSION,
help='show version information',
)
return parser.parse_args()

Loading…
Cancel
Save