From: Gabe Black Date: Thu, 3 Mar 2011 06:53:11 +0000 (-0800) Subject: Statetrace: Tweak the help for the -nt option. X-Git-Tag: stable_2012_02_02~492 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7a47af12d64a533d583583f4473675262c35c67;p=gem5.git Statetrace: Tweak the help for the -nt option. --- diff --git a/util/statetrace/base/statetrace.cc b/util/statetrace/base/statetrace.cc index c01147b86..156983a67 100644 --- a/util/statetrace/base/statetrace.cc +++ b/util/statetrace/base/statetrace.cc @@ -56,7 +56,7 @@ printUsage(const char * execName) cout << " -h print this help" << endl; cout << " --host remote m5 host to connect to" << endl; cout << " -i print initial stack state" << endl; - cout << " -nt don't print an instruction trace" << endl; + cout << " -nt don't trace execution" << endl; } int