diff options
Diffstat (limited to 'tools/perf/builtin-test.c')
-rw-r--r-- | tools/perf/builtin-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-test.c b/tools/perf/builtin-test.c index 0339612e7385..035b9fa063a9 100644 --- a/tools/perf/builtin-test.c +++ b/tools/perf/builtin-test.c | |||
@@ -257,7 +257,7 @@ static const char * const test_usage[] = { | |||
257 | }; | 257 | }; |
258 | 258 | ||
259 | static const struct option test_options[] = { | 259 | static const struct option test_options[] = { |
260 | OPT_BOOLEAN('v', "verbose", &verbose, | 260 | OPT_INTEGER('v', "verbose", &verbose, |
261 | "be more verbose (show symbol address, etc)"), | 261 | "be more verbose (show symbol address, etc)"), |
262 | OPT_END() | 262 | OPT_END() |
263 | }; | 263 | }; |