Fix: add missing short filter option in help
[lttng-tools.git] / src / bin / lttng / commands / enable_events.c
index 26195af5a7582cd7c6afccda6a1d3827d6d1bd07..36ee84f39d6772b1f24d18994d6a939379a06c48 100644 (file)
@@ -153,7 +153,7 @@ static void usage(FILE *ofp)
        fprintf(ofp, "                               TRACE_DEBUG_LINE     = 13\n");
        fprintf(ofp, "                               TRACE_DEBUG          = 14\n");
        fprintf(ofp, "                               (shortcuts such as \"system\" are allowed)\n");
-       fprintf(ofp, "    --filter \'expression\'\n");
+       fprintf(ofp, "  -f, --filter \'expression\'\n");
        fprintf(ofp, "                           Filter expression on event fields and context.\n");
        fprintf(ofp, "                           Event recording depends on evaluation.\n");
        fprintf(ofp, "                           Only specify on first activation of\n");
This page took 0.024252 seconds and 5 git commands to generate.