changeset d06e5a6b4b7f in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=d06e5a6b4b7f
description:
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.
diffstat:
src/python/m5/main.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f694764d656d -r d06e5a6b4b7f src/python/m5/main.py
--- a/src/python/m5/main.py Sun Jan 17 18:27:46 2016 -0800
+++ b/src/python/m5/main.py Sun Jan 17 19:18:49 2016 -0800
@@ -102,7 +102,7 @@
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=':',
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev