From 90464f869721c09ab8439a8fc2514f4c2c656966 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Mon, 6 Jan 2020 22:19:23 +0100 Subject: [PATCH] Fix brute-force short option --- bin/euscan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/euscan b/bin/euscan index 6514d0f..30e96df 100755 --- a/bin/euscan +++ b/bin/euscan @@ -206,7 +206,7 @@ def parse_args(): # here are the different allowed command line options (getopt args) getopt_options = {'short': {}, 'long': {}} - getopt_options['short']['global'] = "hVCqv1bf:piI" + getopt_options['short']['global'] = "hVCqv1b:f:piI" getopt_options['long']['global'] = [ "help", "version", "nocolor", "quiet", "verbose", "oneshot", "brute-force=", "format=", "progress", "mirror", "ignore-pre-release",