summaryrefslogtreecommitdiff
path: root/sim/main.cc
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2004-10-22 22:51:28 -0400
committerSteve Reinhardt <stever@eecs.umich.edu>2004-10-22 22:51:28 -0400
commit7c58c38e668ff4057820f8c6ee8cd8169b934051 (patch)
treeb9a68ba76475c51bd9af491132f84e34ea9c4db5 /sim/main.cc
parent0da150b2946466b7692c57f5d99caa7ce282c935 (diff)
downloadgem5-7c58c38e668ff4057820f8c6ee8cd8169b934051.tar.xz
Very minor formatting glitches.
sim/main.cc: Add 'u' option back in to help message. --HG-- extra : convert_revision : 9f535c9d898a9e8e54c54cf83044a24a8843f62e
Diffstat (limited to 'sim/main.cc')
-rw-r--r--sim/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/main.cc b/sim/main.cc
index 0147ffcc3..76507bbd8 100644
--- a/sim/main.cc
+++ b/sim/main.cc
@@ -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