Standardize lttng command line usage text
[lttng-tools.git] / src / bin / lttng / commands / enable_consumer.c
index 77e3ad9112ff2d3504df7b8f2ed078e7f56f2a2e..692cdda02d63c4455b9b205523ad772123be4856 100644 (file)
@@ -78,7 +78,7 @@ static void usage(FILE *ofp)
        fprintf(ofp, "Options:\n");
        fprintf(ofp, "  -h, --help           Show this help\n");
        fprintf(ofp, "      --list-options   Simple listing of options\n");
-       fprintf(ofp, "  -s, --session=NAME   Apply to session name\n");
+       fprintf(ofp, "  -s, --session NAME   Apply to session name\n");
        fprintf(ofp, "  -k, --kernel         Apply to the kernel tracer\n");
        fprintf(ofp, "  -u, --userspace      Apply to the user-space tracer\n");
        fprintf(ofp, "\n");
This page took 0.022994 seconds and 4 git commands to generate.