Fix: add log4j to lttng list help
authorDavid Goulet <dgoulet@efficios.com>
Tue, 14 Oct 2014 15:30:59 +0000 (11:30 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 14 Oct 2014 15:30:59 +0000 (11:30 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/list.c

index 62ed042f999cd43768fd3e5f147cdce20f508efe..a26ec064197c123356c24c0be07db2f9cc6f6d54 100644 (file)
@@ -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
This page took 0.028587 seconds and 4 git commands to generate.