sim: fix redundant --debug-start help string
Just changes the metavar for --debug-start from TIME to TICK in cset 72046b9b3323 and didn't notice that the comment "must be in ticks" is now redundant.
This commit is contained in:
parent
1b6355c895
commit
b7ea2bc705
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ def parse_options():
|
|||
option("--debug-flags", metavar="FLAG[,FLAG]", action='append', split=',',
|
||||
help="Sets the flags for debug output (-FLAG disables a flag)")
|
||||
option("--debug-start", metavar="TICK", type='int',
|
||||
help="Start debug output at TICK (must be in ticks)")
|
||||
help="Start debug output at TICK")
|
||||
option("--debug-file", metavar="FILE", default="cout",
|
||||
help="Sets the output file for debug [Default: %default]")
|
||||
option("--debug-ignore", metavar="EXPR", action='append', split=':',
|
||||
|
|
Loading…
Reference in a new issue