Skip to content
Snippets Groups Projects
Commit 01b41462 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

athena.py: improve help message for --tracelevel

parent 1b08085b
No related branches found
No related tags found
2 merge requests!711542024-05-05: merge of 24.0 into main,!71029athena.py: remove broken legacy --trace option
......@@ -222,8 +222,8 @@ def getArgumentParser(legacy_args=False, **kwargs):
'endrun', 'stop', 'full', 'full-athena', 'all'],
help='perform double delete checking, disables the use of tcmalloc.')
g.add_argument('--tracelevel', metavar='LEVEL', nargs='?', type=int, choices=range(0,4), const=3,
help='trace level for python configuration')
g.add_argument('--tracelevel', metavar='LEVEL', nargs='?', type=int, choices=range(1,4), const=3,
help='trace level for python configuration (%(choices)s)')
# --------------------------------------------------------------------------
if legacy_args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment