diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-05-04 12:31:47 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-05-04 12:31:47 -0400 |
commit | c4f3b5a2d70eae4abb8bcaaf8dc3f067ff1714e8 (patch) | |
tree | 54b857fc96f423ee3fcd4b8752169024ad8ebdb1 /tools/perf/builtin-inject.c | |
parent | 777d0411cd1e384115985dac5ccd42031e3eee2b (diff) | |
parent | 02bf60aad7d5912dfcdbe0154f1bd67ea7a8301e (diff) |
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
Diffstat (limited to 'tools/perf/builtin-inject.c')
-rw-r--r-- | tools/perf/builtin-inject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c index 59e981a88908..8e3e47b064ce 100644 --- a/tools/perf/builtin-inject.c +++ b/tools/perf/builtin-inject.c | |||
@@ -204,7 +204,7 @@ static const char * const report_usage[] = { | |||
204 | }; | 204 | }; |
205 | 205 | ||
206 | static const struct option options[] = { | 206 | static const struct option options[] = { |
207 | OPT_BOOLEAN('b', "inject build-ids", &inject_build_ids, | 207 | OPT_BOOLEAN('b', "build-ids", &inject_build_ids, |
208 | "Inject build-ids into the output stream"), | 208 | "Inject build-ids into the output stream"), |
209 | OPT_INCR('v', "verbose", &verbose, | 209 | OPT_INCR('v', "verbose", &verbose, |
210 | "be more verbose (show build ids, etc)"), | 210 | "be more verbose (show build ids, etc)"), |