diff options
author | fche <fche> | 2007-05-13 02:08:43 +0000 |
---|---|---|
committer | fche <fche> | 2007-05-13 02:08:43 +0000 |
commit | cbd6fc7bb15ba9c5d6f7efeb0b239dd503a1b406 (patch) | |
tree | 2dadd89f9d6722b1da5b3370603a72c8432474ae | |
parent | 62289f0ae1fa1db7d15ba218ffab78328dc3333e (diff) | |
download | systemtap-steved-cbd6fc7bb15ba9c5d6f7efeb0b239dd503a1b406.tar.gz systemtap-steved-cbd6fc7bb15ba9c5d6f7efeb0b239dd503a1b406.tar.xz systemtap-steved-cbd6fc7bb15ba9c5d6f7efeb0b239dd503a1b406.zip |
-t help message wording tweak
-rw-r--r-- | main.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ usage (systemtap_session& s, int exitcode) << " -c CMD start the probes, run CMD, and exit when it finishes" << endl << " -x PID sets target() to PID" << endl - << " -t benchmarking timing information generated" << endl + << " -t collect probe timing information" << endl ; // -d: dump safety-related external references |