Fix lttng list usage
authorDavid Goulet <dgoulet@efficios.com>
Mon, 30 Jan 2012 21:29:13 +0000 (16:29 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 30 Jan 2012 21:29:13 +0000 (16:29 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
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)
 {
  */
 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");
        fprintf(ofp, "\n");
        fprintf(ofp, "With no arguments, list available tracing session(s)\n");
        fprintf(ofp, "\n");
This page took 0.025714 seconds and 4 git commands to generate.