From cbd6fc7bb15ba9c5d6f7efeb0b239dd503a1b406 Mon Sep 17 00:00:00 2001 From: fche Date: Sun, 13 May 2007 02:08:43 +0000 Subject: -t help message wording tweak --- main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index 50d6a792..0c975c1d 100644 --- a/main.cxx +++ b/main.cxx @@ -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 -- cgit