summaryrefslogtreecommitdiff
path: root/src/sim/main.cc
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-06-15 15:05:26 -0400
committerAli Saidi <saidi@eecs.umich.edu>2006-06-15 15:05:26 -0400
commitb1fc43dd595e8f0420d9b61932c99f620df237a5 (patch)
treed994f518f21b30ff4edb03f16315638a415d3a66 /src/sim/main.cc
parentf06d508af0ff78d7fc0e774d658cb6aedf330635 (diff)
parent07e679fe85c7cd5830f08423696a41f6141f5caf (diff)
downloadgem5-b1fc43dd595e8f0420d9b61932c99f620df237a5.tar.xz
Merge zizzer:/bk/newmem
into zeep.eecs.umich.edu:/z/saidi/work/m5.newmem --HG-- extra : convert_revision : 45677638b0bb5753f3277c212094cfb9313d4706
Diffstat (limited to 'src/sim/main.cc')
-rw-r--r--src/sim/main.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sim/main.cc b/src/sim/main.cc
index f63aec9cc..dd3b5f4e5 100644
--- a/src/sim/main.cc
+++ b/src/sim/main.cc
@@ -135,7 +135,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);
}