Very minor formatting glitches.
authorSteve Reinhardt <stever@eecs.umich.edu>
Sat, 23 Oct 2004 02:51:28 +0000 (22:51 -0400)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sat, 23 Oct 2004 02:51:28 +0000 (22:51 -0400)
sim/main.cc:
    Add 'u' option back in to help message.

--HG--
extra : convert_revision : 9f535c9d898a9e8e54c54cf83044a24a8843f62e

sim/main.cc

index 0147ffcc3daf255b63f37d24e2a7cf642959a1c8..76507bbd8506b31e3bb75078d67fa9e2a9f337ec 100644 (file)
@@ -111,7 +111,7 @@ static void
 showBriefHelp(ostream &out)
 {
     out << "Usage: " << myProgName
-         << " [-hn] [-Dname[=def]] [-Uname] [-I[dir]] "
+         << " [-hnu] [-Dname[=def]] [-Uname] [-I[dir]] "
          << "[--<section>:<param>=<value>] [<config file> ...]" << endl
          << "   -h: print long help (including parameter listing)" << endl
          << "   -n: don't load default.ini" << endl