X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng%2Fcommands%2Fdisable_channels.c;h=92cd2a58e4f39b510dae13598765a469b7346e53;hb=99497cd03fb27fd2416a88d80292a0cc5647bff2;hp=655eb95d0e9e05b185e832877e911cf5a2d38e21;hpb=82a3637f639486c07ff937ab03e1e9532379d26a;p=lttng-tools.git diff --git a/lttng/commands/disable_channels.c b/lttng/commands/disable_channels.c index 655eb95d0..92cd2a58e 100644 --- a/lttng/commands/disable_channels.c +++ b/lttng/commands/disable_channels.c @@ -25,9 +25,9 @@ #include #include -#include "cmd.h" -#include "conf.h" -#include "utils.h" +#include "../cmd.h" +#include "../conf.h" +#include "../utils.h" static char *opt_channels; static char *opt_kernel; @@ -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; }