Fix wrong message with lttng list
[lttng-tools.git] / 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.023219 seconds and 4 git commands to generate.