Trace: Remove the options trace-help and trace-flags
The options trace-help and trace-flags are no longer required. In there place, the options debug-help and debug-flags have been provided.
This commit is contained in:
parent
b8889a96b3
commit
ffaef14466
1 changed files with 0 additions and 4 deletions
|
@ -106,10 +106,6 @@ def parse_options():
|
|||
|
||||
# Tracing options
|
||||
group("Trace Options")
|
||||
option("--trace-help", action='store_true',
|
||||
help="Print help on trace flags")
|
||||
option("--trace-flags", metavar="FLAG[,FLAG]", action='append', split=',',
|
||||
help="Sets the flags for tracing (-FLAG disables a flag)")
|
||||
option("--trace-start", metavar="TIME", type='int',
|
||||
help="Start tracing at TIME (must be in ticks)")
|
||||
option("--trace-file", metavar="FILE", default="cout",
|
||||
|
|
Loading…
Reference in a new issue