X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Fcommands%2Fenable_channels.c;h=0bca44a6b3eb6784dcc410737761d36cf334d27e;hp=efd075b95e29c7169fe9c15ee59412714dc42b65;hb=048e21597c85bd22503e7971fad045b607905d38;hpb=d0254c7c0bb43c62abafdf866b16de0da1ad4d5d diff --git a/lttng/commands/enable_channels.c b/lttng/commands/enable_channels.c index efd075b95..0bca44a6b 100644 --- a/lttng/commands/enable_channels.c +++ b/lttng/commands/enable_channels.c @@ -138,7 +138,7 @@ static int enable_channel(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; }