diff options
Diffstat (limited to 'sim/main.cc')
-rw-r--r-- | sim/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/main.cc b/sim/main.cc index 2a0427303..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 @@ -396,7 +396,7 @@ main(int argc, char **argv) // Echo command line and all parameter settings to stats file as well. echoCommandLine(argc, argv, *outputStream); - ParamContext::showAllContexts(builderStream()); + ParamContext::showAllContexts(*configStream); // Now process the configuration hierarchy and create the SimObjects. ConfigHierarchy configHierarchy(simConfigDB); |