From: Jérémie Galarneau Date: Thu, 27 Aug 2015 15:52:34 +0000 (-0400) Subject: Fix: Mention Python as part of enable-event's usage() X-Git-Tag: v2.8.0-rc1~457 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=372a6d2a2b26ab8f6d23ba232df5f0c7b840d50a Fix: Mention Python as part of enable-event's usage() Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng/commands/enable_events.c b/src/bin/lttng/commands/enable_events.c index 07f5f1a98..334e00cbc 100644 --- a/src/bin/lttng/commands/enable_events.c +++ b/src/bin/lttng/commands/enable_events.c @@ -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");