X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=lttng%2Fcommands%2Fdisable_channels.c;fp=lttng%2Fcommands%2Fdisable_channels.c;h=92cd2a58e4f39b510dae13598765a469b7346e53;hb=048e21597c85bd22503e7971fad045b607905d38;hp=c23019b45fc67d430e40f87602031526e48c0b61;hpb=d0254c7c0bb43c62abafdf866b16de0da1ad4d5d;p=lttng-tools.git diff --git a/lttng/commands/disable_channels.c b/lttng/commands/disable_channels.c index c23019b45..92cd2a58e 100644 --- a/lttng/commands/disable_channels.c +++ b/lttng/commands/disable_channels.c @@ -110,7 +110,7 @@ static int disable_channels(void) ret = CMD_NOT_IMPLEMENTED; goto error; } else { - ERR("Please specify a tracer (kernel or user-space)"); + ERR("Please specify a tracer (--kernel or --userspace)"); goto error; }