From 6e0de39b61d0306e5794342d61ed356f44248f53 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 11 Aug 2011 11:47:38 -0400 Subject: [PATCH] Fix wrong message with lttng list Signed-off-by: David Goulet --- lttng/commands/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1