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 2b9a7f497a20..3854e869dce1 100644 --- a/tools/perf/builtin-test.c +++ b/tools/perf/builtin-test.c | |||
@@ -1396,7 +1396,7 @@ int cmd_test(int argc, const char **argv, const char *prefix __used) | |||
1396 | NULL, | 1396 | NULL, |
1397 | }; | 1397 | }; |
1398 | const struct option test_options[] = { | 1398 | const struct option test_options[] = { |
1399 | OPT_INTEGER('v', "verbose", &verbose, | 1399 | OPT_INCR('v', "verbose", &verbose, |
1400 | "be more verbose (show symbol address, etc)"), | 1400 | "be more verbose (show symbol address, etc)"), |
1401 | OPT_END() | 1401 | OPT_END() |
1402 | }; | 1402 | }; |