Statetrace: Tweak the help for the -nt option.
[gem5.git] / 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