Fix usage note on -a
[lttng-tools.git] / src / bin / lttng / commands / enable_events.c
index 3d2b41c02c6cac1c2afe986722b097e58e07d579..b5b46fb36f373fdbd3b8bcc611d0583e68522c4d 100644 (file)
@@ -104,7 +104,7 @@ static void usage(FILE *ofp)
        fprintf(ofp, "      --list-options       Simple listing of options\n");
        fprintf(ofp, "  -s, --session            Apply to session name\n");
        fprintf(ofp, "  -c, --channel            Apply to this channel\n");
-       fprintf(ofp, "  -a, --all                Enable all tracepoints\n");
+       fprintf(ofp, "  -a, --all                Enable all tracepoints and syscalls\n");
        fprintf(ofp, "  -k, --kernel             Apply for the kernel tracer\n");
 #if 0
        fprintf(ofp, "  -u, --userspace [CMD]    Apply to the user-space tracer\n");
This page took 0.024097 seconds and 4 git commands to generate.