Statetrace: Tweak the help for the -nt option.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 3 Mar 2011 06:53:11 +0000 (22:53 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 3 Mar 2011 06:53:11 +0000 (22:53 -0800)
util/statetrace/base/statetrace.cc

index c01147b86036c3c073b6b75e10e556dadab803eb..156983a676a63d8cf88f7e6d0230e4ae0bebfab3 100644 (file)
@@ -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