diff options
Diffstat (limited to 'tools/perf/builtin-buildid-cache.c')
| -rw-r--r-- | tools/perf/builtin-buildid-cache.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-buildid-cache.c b/tools/perf/builtin-buildid-cache.c index 30a05f552c9..f8e3d185202 100644 --- a/tools/perf/builtin-buildid-cache.c +++ b/tools/perf/builtin-buildid-cache.c @@ -27,7 +27,7 @@ static const struct option buildid_cache_options[] = {  		   "file list", "file(s) to add"),  	OPT_STRING('r', "remove", &remove_name_list_str, "file list",  		    "file(s) to remove"), -	OPT_BOOLEAN('v', "verbose", &verbose, "be more verbose"), +	OPT_INCR('v', "verbose", &verbose, "be more verbose"),  	OPT_END()  };  |