From d44c5520e024156944a70b8f32c40ccb41153042 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 30 Jan 2012 16:29:13 -0500 Subject: [PATCH] Fix lttng list usage Signed-off-by: David Goulet --- src/bin/lttng/commands/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index 743b79ff2..701ce83c0 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -70,7 +70,7 @@ static struct poptOption long_options[] = { */ static void usage(FILE *ofp) { - fprintf(ofp, "usage: lttng list [[-k] [-u] [-p PID] [SESSION []]]\n"); + fprintf(ofp, "usage: lttng list [SESSION []]\n"); fprintf(ofp, "\n"); fprintf(ofp, "With no arguments, list available tracing session(s)\n"); fprintf(ofp, "\n"); -- 2.34.1