aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/builtin-annotate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index 80c5aa0bb42e..0e23fe98ec4e 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -1300,7 +1300,7 @@ static const char * const annotate_usage[] = {
1300static const struct option options[] = { 1300static const struct option options[] = {
1301 OPT_STRING('i', "input", &input_name, "file", 1301 OPT_STRING('i', "input", &input_name, "file",
1302 "input file name"), 1302 "input file name"),
1303 OPT_STRING('s', "symbol", &sym_hist_filter, "file", 1303 OPT_STRING('s', "symbol", &sym_hist_filter, "symbol",
1304 "symbol to annotate"), 1304 "symbol to annotate"),
1305 OPT_BOOLEAN('v', "verbose", &verbose, 1305 OPT_BOOLEAN('v', "verbose", &verbose,
1306 "be more verbose (show symbol address, etc)"), 1306 "be more verbose (show symbol address, etc)"),