Make "please specify tracer" comment more helpful
[lttng-tools.git] / lttng / commands / disable_channels.c
index 655eb95d0e9e05b185e832877e911cf5a2d38e21..92cd2a58e4f39b510dae13598765a469b7346e53 100644 (file)
@@ -25,9 +25,9 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#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;
                }
 
This page took 0.024822 seconds and 4 git commands to generate.