Statetrace: Tweak the help for the -nt option.
This commit is contained in:
parent
eab89a09d2
commit
d7a47af12d
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ printUsage(const char * execName)
|
||||||
cout << " -h print this help" << endl;
|
cout << " -h print this help" << endl;
|
||||||
cout << " --host remote m5 host to connect to" << endl;
|
cout << " --host remote m5 host to connect to" << endl;
|
||||||
cout << " -i print initial stack state" << 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
|
int
|
||||||
|
|
Loading…
Reference in a new issue