mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
perf buildid-list: Fix copy'n'paste help message
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <1260129790-11520-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
7691b1ec2e
commit
b9b1e1c71a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ static char const *input_name = "perf.data";
|
||||||
static int force;
|
static int force;
|
||||||
|
|
||||||
static const char *const buildid_list_usage[] = {
|
static const char *const buildid_list_usage[] = {
|
||||||
"perf report [<options>]",
|
"perf buildid-list [<options>]",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue