X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=tools%2Fbpf%2Fbpftool%2Fperf.c;h=50de087b0db72e529a3dbe693223664991423d4c;hb=634135a07b887a8ad8904da8c147407650747a38;hp=ad23934819c755f1faaea4459c275aacb43e3d51;hpb=b325b5ed5e0a553f4e502bc58cf83cf012167699;p=linux-2.6-microblaze.git diff --git a/tools/bpf/bpftool/perf.c b/tools/bpf/bpftool/perf.c index ad23934819c7..50de087b0db7 100644 --- a/tools/bpf/bpftool/perf.c +++ b/tools/bpf/bpftool/perf.c @@ -231,7 +231,10 @@ static int do_show(int argc, char **argv) static int do_help(int argc, char **argv) { fprintf(stderr, - "Usage: %1$s %2$s { show | list | help }\n" + "Usage: %1$s %2$s { show | list }\n" + " %1$s %2$s help }\n" + "\n" + " " HELP_SPEC_OPTIONS " }\n" "", bin_name, argv[-2]);