diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/parse-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/parse-options.c b/tools/perf/util/parse-options.c index efebd5b476b3..79dfa0c34b3c 100644 --- a/tools/perf/util/parse-options.c +++ b/tools/perf/util/parse-options.c | |||
@@ -500,6 +500,7 @@ int usage_with_options_internal(const char * const *usagestr, | |||
500 | void usage_with_options(const char * const *usagestr, | 500 | void usage_with_options(const char * const *usagestr, |
501 | const struct option *opts) | 501 | const struct option *opts) |
502 | { | 502 | { |
503 | exit_browser(false); | ||
503 | usage_with_options_internal(usagestr, opts, 0); | 504 | usage_with_options_internal(usagestr, opts, 0); |
504 | exit(129); | 505 | exit(129); |
505 | } | 506 | } |