Very minor formatting glitches.

sim/main.cc:
    Add 'u' option back in to help message.

--HG--
extra : convert_revision : 9f535c9d898a9e8e54c54cf83044a24a8843f62e
This commit is contained in:
Steve Reinhardt
2004-10-22 22:51:28 -04:00
parent 0da150b294
commit 7c58c38e66

View 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