* [tip:perf/core] perf tools: Fix perf usage string leftover
@ 2014-07-30 12:55 tip-bot for Jiri Olsa
0 siblings, 0 replies; only message in thread
From: tip-bot for Jiri Olsa @ 2014-07-30 12:55 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, paulus, hpa, mingo, jolsa, a.p.zijlstra, acme,
namhyung, fweisbec, dsahern, tglx, cjashfor
Commit-ID: 78a1b503c8d4115cc608208cc767f57c91381165
Gitweb: http://git.kernel.org/tip/78a1b503c8d4115cc608208cc767f57c91381165
Author: Jiri Olsa <jolsa@kernel.org>
AuthorDate: Fri, 18 Jul 2014 09:11:30 +0200
Committer: Jiri Olsa <jolsa@kernel.org>
CommitDate: Mon, 28 Jul 2014 15:58:13 +0200
perf tools: Fix perf usage string leftover
Fixing perf usage string leftover pointed out by Namhyung.
Reported-by: Namhyung Kim <namhyung@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/n/tip-vkcf53oultknsh3ue9fhin94@git.kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
---
tools/perf/perf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/perf.c b/tools/perf/perf.c
index eed3fb2..2282d41 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.";
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-30 12:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 12:55 [tip:perf/core] perf tools: Fix perf usage string leftover tip-bot for Jiri Olsa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.