Fix lttng list usage
[lttng-tools.git] / src / bin / lttng / commands / list.c
index 743b79ff2431f826ec2d623fe1957c834bff0a0d..701ce83c05ba5e2e8715b1eb6aa5ecf8735719e4 100644 (file)
@@ -70,7 +70,7 @@ static struct poptOption long_options[] = {
  */
 static void usage(FILE *ofp)
 {
-       fprintf(ofp, "usage: lttng list [[-k] [-u] [-p PID] [SESSION [<options>]]]\n");
+       fprintf(ofp, "usage: lttng list [SESSION [<OPTIONS>]]\n");
        fprintf(ofp, "\n");
        fprintf(ofp, "With no arguments, list available tracing session(s)\n");
        fprintf(ofp, "\n");
This page took 0.024293 seconds and 5 git commands to generate.