From: David Goulet Date: Mon, 30 Jan 2012 21:29:13 +0000 (-0500) Subject: Fix lttng list usage X-Git-Tag: v2.0-pre19~29 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d44c5520e024156944a70b8f32c40ccb41153042;hp=27089920577ab0b7e237c4ec6ef2d8bdcea4a5ed Fix lttng list usage Signed-off-by: David Goulet --- 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");