diff options
Diffstat (limited to 'tools/perf/perf.c')
| -rw-r--r-- | tools/perf/perf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/perf/perf.c b/tools/perf/perf.c index 997bb9ea5ebc..441c354b8304 100644 --- a/tools/perf/perf.c +++ b/tools/perf/perf.c @@ -212,7 +212,7 @@ static int handle_options(const char ***argv, int *argc, int *envchanged)  		if (!strcmp(cmd, "-vv")) {  			(*argv)[0] = "version"; -			version_verbose = 1; +			verbose = 1;  			break;  		} | 
