diff options
-rw-r--r-- | tools/perf/builtin-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index 0ffbd97fb74f..b5673194870a 100644 --- a/tools/perf/builtin-stat.c +++ b/tools/perf/builtin-stat.c | |||
@@ -1209,7 +1209,7 @@ int cmd_stat(int argc, const char **argv, const char *prefix __used) | |||
1209 | * let the spreadsheet do the pretty-printing | 1209 | * let the spreadsheet do the pretty-printing |
1210 | */ | 1210 | */ |
1211 | if (csv_output) { | 1211 | if (csv_output) { |
1212 | /* User explicitely passed -B? */ | 1212 | /* User explicitly passed -B? */ |
1213 | if (big_num_opt == 1) { | 1213 | if (big_num_opt == 1) { |
1214 | fprintf(stderr, "-B option not supported with -x\n"); | 1214 | fprintf(stderr, "-B option not supported with -x\n"); |
1215 | usage_with_options(stat_usage, options); | 1215 | usage_with_options(stat_usage, options); |