Fix wrong message with lttng list
authorDavid Goulet <david.goulet@polymtl.ca>
Thu, 11 Aug 2011 15:47:38 +0000 (11:47 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Thu, 11 Aug 2011 15:47:38 +0000 (11:47 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng/commands/list.c

index 3c779c3a3444bfcc42dabd26a8236435cd191a7b..445bd5fa8556598f108e1b3bd21ad94bc4b44758 100644 (file)
@@ -323,7 +323,7 @@ static int list_sessions(const char *session_name)
        }
 
        if (session_name == NULL) {
-               MSG("\nUse lttng list -s <session_name> for a detail listing");
+               MSG("\nUse lttng list <session_name> for more details");
        }
 
        return CMD_SUCCESS;
This page took 0.025563 seconds and 4 git commands to generate.