diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2004-10-22 22:51:28 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2004-10-22 22:51:28 -0400 |
commit | 7c58c38e668ff4057820f8c6ee8cd8169b934051 (patch) | |
tree | b9a68ba76475c51bd9af491132f84e34ea9c4db5 /sim | |
parent | 0da150b2946466b7692c57f5d99caa7ce282c935 (diff) | |
download | gem5-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')
-rw-r--r-- | sim/main.cc | 2 |
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 |