Skip to content

Commit

Permalink
perf annotate: Fix usage string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Jan 8, 2012
1 parent 1b22859 commit 9934525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/builtin-annotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static int __cmd_annotate(struct perf_annotate *ann)
}

static const char * const annotate_usage[] = {
"perf annotate [<options>] <command>",
"perf annotate [<options>]",
NULL
};

Expand Down

0 comments on commit 9934525

Please sign in to comment.