From 4e11af9f1280ae94dcc145caca3afef32df4a2b1 Mon Sep 17 00:00:00 2001 From: Alex Thiessen Date: Tue, 8 Feb 2022 21:10:43 +0100 Subject: [PATCH] bin/autojump: Fix a Flake8 warning --- bin/autojump | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/autojump b/bin/autojump index ed0151d..2b2ec38 100755 --- a/bin/autojump +++ b/bin/autojump @@ -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()