Statetrace: Tweak the help for the -nt option.

This commit is contained in:
Gabe Black 2011-03-02 22:53:11 -08:00
parent eab89a09d2
commit d7a47af12d

View 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