Fix: add log4j to lttng list help
[lttng-tools.git] / 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.023211 seconds and 4 git commands to generate.