From: Ali Saidi Date: Wed, 14 Jun 2006 20:12:56 +0000 (-0400) Subject: add a comment that should be able to pass --help after config file X-Git-Tag: m5_2.0_beta1~36^2~67^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07e679fe85c7cd5830f08423696a41f6141f5caf;p=gem5.git add a comment that should be able to pass --help after config file --HG-- extra : convert_revision : 0229d0c2f4f2615fa744561f32773b4c8160e81a --- 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" -" config file name (ends in .py)\n\n", +" config file name which ends in .py. (Normally you can\n" +" run --help to get help on that config files\n" +" parameters.\n\n", prog); }