aboutsummaryrefslogtreecommitdiff
path: root/Documentation/perf_counter/builtin-stat.c
diff options
context:
space:
mode:
authorMike Galbraith <efault@gmx.de>2009-05-28 16:25:34 +0200
committerIngo Molnar <mingo@elte.hu>2009-05-29 00:02:33 +0200
commit9e09675366695405412b709e91709c1ce2925c90 (patch)
treecc32e43bfd0ca878825be04e571d08f330d6ff17 /Documentation/perf_counter/builtin-stat.c
parentde04687f868bf98e4ef644af91ed85a3bc212ce8 (diff)
perf_counter tools: Document '--' option parsing terminator
Signed-off-by: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/builtin-stat.c')
-rw-r--r--Documentation/perf_counter/builtin-stat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/perf_counter/builtin-stat.c b/Documentation/perf_counter/builtin-stat.c
index ce661e2fa8d..ac14086d9a7 100644
--- a/Documentation/perf_counter/builtin-stat.c
+++ b/Documentation/perf_counter/builtin-stat.c
@@ -212,6 +212,7 @@ static void skip_signal(int signo)
static const char * const stat_usage[] = {
"perf stat [<options>] <command>",
+ "perf stat [<options>] -- <command> [<options>]",
NULL
};