From: Julien Desfossez Date: Fri, 12 Dec 2014 14:53:40 +0000 (-0500) Subject: Fix: help message for Python agent mentions Java X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=23171d8c7604c5278c59a22cc6d4a7dd732cd8ca;hp=1371fc1228461eb532118280e67ab3e9de015757 Fix: help message for Python agent mentions Java Bad copy/paste. Signed-off-by: Julien Desfossez 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 c6a24ada5..92ca76272 100644 --- a/src/bin/lttng/commands/enable_events.c +++ b/src/bin/lttng/commands/enable_events.c @@ -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");