Fix: help message for Python agent mentions Java
[lttng-tools.git] / src / bin / lttng / commands / enable_events.c
index c6a24ada5222cd161e8287c32c6827eddfa6513a..92ca76272bb54e78d40e432d674cc1c933f39b43 100644 (file)
@@ -127,7 +127,7 @@ static void usage(FILE *ofp)
        fprintf(ofp, "  -u, --userspace          Apply to the user-space tracer\n");
        fprintf(ofp, "  -j, --jul                Apply for Java application using JUL\n");
        fprintf(ofp, "  -l, --log4j              Apply for Java application using LOG4j\n");
-       fprintf(ofp, "  -p, --python             Apply for Java application using LOG4j\n");
+       fprintf(ofp, "  -p, --python             Apply for Python application\n");
        fprintf(ofp, "\n");
        fprintf(ofp, "Event options:\n");
        fprintf(ofp, "    --tracepoint           Tracepoint event (default)\n");
This page took 0.022817 seconds and 4 git commands to generate.