From: David Goulet Date: Thu, 11 Aug 2011 15:47:38 +0000 (-0400) Subject: Fix wrong message with lttng list X-Git-Tag: v2.0-pre11~9 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=6e0de39b61d0306e5794342d61ed356f44248f53;ds=sidebyside Fix wrong message with lttng list Signed-off-by: David Goulet --- diff --git a/lttng/commands/list.c b/lttng/commands/list.c index 3c779c3a3..445bd5fa8 100644 --- a/lttng/commands/list.c +++ b/lttng/commands/list.c @@ -323,7 +323,7 @@ static int list_sessions(const char *session_name) } if (session_name == NULL) { - MSG("\nUse lttng list -s for a detail listing"); + MSG("\nUse lttng list for more details"); } return CMD_SUCCESS;