aboutsummaryrefslogtreecommitdiffstats
path: root/trace-usage.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2012-12-04 18:49:42 -0500
committerSteven Rostedt <rostedt@goodmis.org>2012-12-05 11:26:10 -0500
commit85c36578ee1a24a40e3ea6322b61693d2bd64198 (patch)
treeeab70e0062a029161d84ce8cd06ba00a6dd012d2 /trace-usage.c
parent968e3b14f790e63efc87d88ad3060195b6542a0c (diff)
downloadtrace-cmd-85c36578ee1a24a40e3ea6322b61693d2bd64198.tar.gz
trace-cmd: Use -t for tracers instead of -p in trace-cmd list
A tracer-plugin should just be called a tracer and not a plugin, as it gets confusing with trace-cmd plugins that are really plugins. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-usage.c')
-rw-r--r--trace-usage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trace-usage.c b/trace-usage.c
index d03ebe14..a5f54786 100644
--- a/trace-usage.c
+++ b/trace-usage.c
@@ -131,9 +131,9 @@ static struct usage_help usage_help[] = {
{
"list",
"list the available events, plugins or options",
- " %s list [-e][-p][-o][-f [regex]]\n"
+ " %s list [-e][-t][-o][-f [regex]]\n"
" -e list available events\n"
- " -p list available plugins\n"
+ " -t list available tracers\n"
" -o list available options\n"
" -f [regex] list available functions to filter on\n"
},