Make "please specify tracer" comment more helpful
[lttng-tools.git] / lttng / commands / add_context.c
index 5756684caedb85299d054590b7367c9fa9fbf1c6..eb88f246517ed2e387e47846525fdd418a84c2c5 100644 (file)
@@ -393,7 +393,7 @@ static int add_context(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.024614 seconds and 4 git commands to generate.