aboutsummaryrefslogtreecommitdiffstats
path: root/trace-usage.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2012-09-21 08:21:41 -0400
committerSteven Rostedt <rostedt@goodmis.org>2012-10-01 13:59:48 -0400
commit83c418d682f39011710f1161a34e245e92120fb9 (patch)
tree898332e385bb0063badf0fe6fff63812f1737d80 /trace-usage.c
parentd017f76365fe6348f7dafe7a71862e7f692d9a07 (diff)
downloadtrace-cmd-83c418d682f39011710f1161a34e245e92120fb9.tar.gz
trace-cmd: Fix documentation on record -c option
The man pages for trace-cmd-record were missing the -c option. Only the trace-cmd record -h showed the option, and that one showed it incorrectly. It does not trace the child processes of tasks with -P. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-usage.c')
-rw-r--r--trace-usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-usage.c b/trace-usage.c
index 3f509e3a..0a8db8c4 100644
--- a/trace-usage.c
+++ b/trace-usage.c
@@ -24,7 +24,7 @@ static struct usage_help usage_help[] = {
" -p run command with plugin enabled\n"
" -F filter only on the given process\n"
" -P trace the given pid like -F for the command\n"
- " -c also trace the childen of -F or -P\n"
+ " -c also trace the childen of -F\n"
" -T do a stacktrace on all events\n"
" -l filter function name\n"
" -g set graph function\n"