Make "please specify tracer" comment more helpful
[lttng-tools.git] / lttng / commands / calibrate.c
index 40d1c45c2d83bebf3dc4fc5c2c823dd7ab085814..76227e27e20f4bd3228a46ea40b0f72c7cfb44af 100644 (file)
@@ -136,7 +136,7 @@ static int calibrate_lttng(void)
                ret = CMD_NOT_IMPLEMENTED;
                goto end;
        } else {
-               ERR("Please specify a tracer (kernel or user-space)");
+               ERR("Please specify a tracer (--kernel or --userspace)");
                goto end;
        }
 end:
This page took 0.022591 seconds and 4 git commands to generate.