diff options
Diffstat (limited to 'tools/perf/util/parse-options.h')
-rw-r--r-- | tools/perf/util/parse-options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/parse-options.h b/tools/perf/util/parse-options.h index abc31a1dac1a..7bb5999940ca 100644 --- a/tools/perf/util/parse-options.h +++ b/tools/perf/util/parse-options.h | |||
@@ -140,6 +140,7 @@ extern NORETURN void usage_with_options(const char * const *usagestr, | |||
140 | enum { | 140 | enum { |
141 | PARSE_OPT_HELP = -1, | 141 | PARSE_OPT_HELP = -1, |
142 | PARSE_OPT_DONE, | 142 | PARSE_OPT_DONE, |
143 | PARSE_OPT_LIST, | ||
143 | PARSE_OPT_UNKNOWN, | 144 | PARSE_OPT_UNKNOWN, |
144 | }; | 145 | }; |
145 | 146 | ||