From 9ad71f160a52276c878b984956e4fda76dcb1982 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 14 Oct 2014 11:30:59 -0400 Subject: [PATCH] Fix: add log4j to lttng list help Signed-off-by: David Goulet --- src/bin/lttng/commands/list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index 62ed042f9..a26ec0641 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -92,6 +92,7 @@ static void usage(FILE *ofp) fprintf(ofp, " -k, --kernel Select kernel domain\n"); fprintf(ofp, " -u, --userspace Select user-space domain.\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, " -f, --fields List event fields.\n"); fprintf(ofp, " --syscall List available system calls.\n"); #if 0 -- 2.34.1