]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
perf annotate: Fix usage string
authorNamhyung Kim <namhyung@gmail.com>
Sat, 7 Jan 2012 17:25:30 +0000 (02:25 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 8 Jan 2012 15:28:48 +0000 (13:28 -0200)
The annotate command doesn't take non-option arguments.

In fact, it can take last argument as a symbol filter though, but that's
a special case and, IMHO, it should be discouraged in favor of the -s
option.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1325957132-10600-6-git-send-email-namhyung@gmail.com
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-annotate.c

index 214ba7f9f57759afe6aaa08720b045681d467cdd..3ec2496f1e35dece4a7381461ac2dd54be59af72 100644 (file)
@@ -235,7 +235,7 @@ out_delete:
 }
 
 static const char * const annotate_usage[] = {
-       "perf annotate [<options>] <command>",
+       "perf annotate [<options>]",
        NULL
 };