projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285b88a
)
add a comment that should be able to pass --help after config file
author
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 14 Jun 2006 20:12:56 +0000
(16:12 -0400)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 14 Jun 2006 20:12:56 +0000
(16:12 -0400)
--HG--
extra : convert_revision :
0229d0c2f4f2615fa744561f32773b4c8160e81a
src/sim/main.cc
patch
|
blob
|
history
diff --git
a/src/sim/main.cc
b/src/sim/main.cc
index f3b74489d57e9f8ff0e18cd6947a1d6bdfcfa9d9..f2830cca2e539f8cb51d093688f6827ed7566d73 100644
(file)
--- a/
src/sim/main.cc
+++ b/
src/sim/main.cc
@@
-134,7
+134,9
@@
showBriefHelp(ostream &out)
" script is executed (just like the -i option to the\n"
" Python interpreter).\n\n"
" -h Prints this help\n\n"
-" <configfile> config file name (ends in .py)\n\n",
+" <configfile> config file name which ends in .py. (Normally you can\n"
+" run <configfile> --help to get help on that config files\n"
+" parameters.\n\n",
prog);
}