From 01ae140803dd504e57e0bbc429ea2c4fce24228a Mon Sep 17 00:00:00 2001 From: Tim Adye Date: Sun, 3 Nov 2024 01:59:21 +0000 Subject: [PATCH] fix -p option --- Examples/Scripts/Python/full_chain_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Scripts/Python/full_chain_test.py b/Examples/Scripts/Python/full_chain_test.py index e0f083ecca5c..22b6753bb49c 100755 --- a/Examples/Scripts/Python/full_chain_test.py +++ b/Examples/Scripts/Python/full_chain_test.py @@ -57,7 +57,7 @@ help="The output log level. Please set the wished number (0 = VERBOSE, 1 = DEBUG, 2 = INFO (default), 3 = WARNING, 4 = ERROR, 5 = FATAL).", ) parser.add_argument( - "-parser", + "-p", "--gen-mom-gev", help="pT - transverse momentum generation range in GeV (default 1:10 or 1: with -t)", )