Fix: Mention Python as part of enable-event's usage()
[lttng-tools.git] / src / bin / lttng / commands / enable_events.c
index 07f5f1a9876c49c3d8214e026ed4fb1132a31d89..334e00cbce0c22d8d2fe78289f6822bbc65c1761 100644 (file)
@@ -134,7 +134,7 @@ static void usage(FILE *ofp)
        fprintf(ofp, "\n");
        fprintf(ofp, "    --loglevel name\n");
        fprintf(ofp, "                           Tracepoint loglevel range from 0 to loglevel.\n");
-       fprintf(ofp, "                           For JUL/LOG4j domain, see the table below for the range values.\n");
+       fprintf(ofp, "                           For JUL/LOG4j/Python domains, see the table below for the range values.\n");
        fprintf(ofp, "    --loglevel-only name\n");
        fprintf(ofp, "                           Tracepoint loglevel (only this loglevel)\n");
        fprintf(ofp, "\n");
This page took 0.027855 seconds and 4 git commands to generate.