Make "please specify tracer" comment more helpful
[lttng-tools.git] / lttng / commands / disable_channels.c
index c23019b45fc67d430e40f87602031526e48c0b61..92cd2a58e4f39b510dae13598765a469b7346e53 100644 (file)
@@ -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.022482 seconds and 4 git commands to generate.