diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-03-02 22:53:11 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-03-02 22:53:11 -0800 |
commit | d7a47af12d64a533d583583f4473675262c35c67 (patch) | |
tree | 9c820b3881e95aef7fe3dd69c568af7c075a3c84 /util | |
parent | eab89a09d26fd39cdbb3ddd826465c8661403b89 (diff) | |
download | gem5-d7a47af12d64a533d583583f4473675262c35c67.tar.xz |
Statetrace: Tweak the help for the -nt option.
Diffstat (limited to 'util')
-rw-r--r-- | util/statetrace/base/statetrace.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |