diff options
-rw-r--r-- | tools/perf/perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/perf.c b/tools/perf/perf.c index eed3fb2a3af..2282d41879a 100644 --- a/tools/perf/perf.c +++ b/tools/perf/perf.c @@ -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."; |