]> Git Repo - linux.git/commitdiff
perf tools: Fix perf usage string leftover
authorJiri Olsa <[email protected]>
Fri, 18 Jul 2014 07:11:30 +0000 (09:11 +0200)
committerJiri Olsa <[email protected]>
Mon, 28 Jul 2014 13:58:13 +0000 (15:58 +0200)
Fixing perf usage string leftover pointed out by Namhyung.

Reported-by: Namhyung Kim <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Jiri Olsa <[email protected]>
tools/perf/perf.c

index eed3fb2a3af0603e83d0373cee7d858da8887a3a..2282d41879a2b2ef0c1927f91856c21948e68f30 100644 (file)
@@ -18,7 +18,7 @@
 #include <pthread.h>
 
 const char perf_usage_string[] =
-       "perf [--version] [--debug variable[=VALUE]] [--help] COMMAND [ARGS]";
+       "perf [--version] [--help] [OPTIONS] COMMAND [ARGS]";
 
 const char perf_more_info_string[] =
        "See 'perf help COMMAND' for more information on a specific command.";
This page took 0.061284 seconds and 4 git commands to generate.