diff options
Diffstat (limited to 'tools/perf/util/annotate.c')
| -rw-r--r-- | tools/perf/util/annotate.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index 07aaeea60000..d33fe937e6f1 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c @@ -809,7 +809,7 @@ fallback:  		pr_err("Can't annotate %s:\n\n"  		       "No vmlinux file%s\nwas found in the path.\n\n"  		       "Please use:\n\n" -		       "  perf buildid-cache -av vmlinux\n\n" +		       "  perf buildid-cache -vu vmlinux\n\n"  		       "or:\n\n"  		       "  --vmlinux vmlinux\n",  		       sym->name, build_id_msg ?: ""); |