summaryrefslogtreecommitdiff
path: root/src/sim/main.cc
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-06-14 16:12:56 -0400
committerAli Saidi <saidi@eecs.umich.edu>2006-06-14 16:12:56 -0400
commit07e679fe85c7cd5830f08423696a41f6141f5caf (patch)
tree834f52c2b0fb32d9e446eb943e8fb0c049f1fdad /src/sim/main.cc
parent285b88a57b0111cc6698f2e30182dca17d8ea15a (diff)
downloadgem5-07e679fe85c7cd5830f08423696a41f6141f5caf.tar.xz
add a comment that should be able to pass --help after config file
--HG-- extra : convert_revision : 0229d0c2f4f2615fa744561f32773b4c8160e81a
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 f3b74489d..f2830cca2 100644
--- 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);
}