Skip to content

Commit

Permalink
fix -p option
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Adye authored and Tim Adye committed Nov 3, 2024
1 parent a141217 commit 01ae140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Scripts/Python/full_chain_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
)
Expand Down

0 comments on commit 01ae140

Please sign in to comment.