aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/builtin-record.c
diff options
context:
space:
mode:
authorMike Galbraith <efault@gmx.de>2009-05-28 10:25:34 -0400
committerIngo Molnar <mingo@elte.hu>2009-05-28 18:02:33 -0400
commit9e09675366695405412b709e91709c1ce2925c90 (patch)
treecc32e43bfd0ca878825be04e571d08f330d6ff17 /Documentation/perf_counter/builtin-record.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-record.c')
-rw-r--r--Documentation/perf_counter/builtin-record.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-record.c b/Documentation/perf_counter/builtin-record.c
index 4a068664a32..23d1224ce98 100644
--- a/Documentation/perf_counter/builtin-record.c
+++ b/Documentation/perf_counter/builtin-record.c
@@ -397,7 +397,8 @@ static int __cmd_record(int argc, const char **argv)
397} 397}
398 398
399static const char * const record_usage[] = { 399static const char * const record_usage[] = {
400 "perf record [<options>] <command>", 400 "perf record [<options>] [<command>]",
401 "perf record [<options>] -- <command> [<options>]",
401 NULL 402 NULL
402}; 403};
403 404