From: Steve Reinhardt Date: Sat, 23 Oct 2004 02:51:28 +0000 (-0400) Subject: Very minor formatting glitches. X-Git-Tag: m5_1.0_tutorial~162 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c58c38e668ff4057820f8c6ee8cd8169b934051;p=gem5.git Very minor formatting glitches. sim/main.cc: Add 'u' option back in to help message. --HG-- extra : convert_revision : 9f535c9d898a9e8e54c54cf83044a24a8843f62e --- 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]] " << "[--
:=] [ ...]" << endl << " -h: print long help (including parameter listing)" << endl << " -n: don't load default.ini" << endl