X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttng%2Fcommands%2Fdisable_events.c;fp=lttng%2Fcommands%2Fdisable_events.c;h=9d73ff58021c8c26ccb6d5d6eeb87e99a0b30020;hb=048e21597c85bd22503e7971fad045b607905d38;hp=952b2b65c7a9ae82b57c2ca9e1b695abec7d4e5e;hpb=d0254c7c0bb43c62abafdf866b16de0da1ad4d5d;p=lttng-tools.git diff --git a/lttng/commands/disable_events.c b/lttng/commands/disable_events.c index 952b2b65c..9d73ff580 100644 --- a/lttng/commands/disable_events.c +++ b/lttng/commands/disable_events.c @@ -143,7 +143,7 @@ static int disable_events(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; }