X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Fcommands%2Flist.c;h=445bd5fa8556598f108e1b3bd21ad94bc4b44758;hp=3c779c3a3444bfcc42dabd26a8236435cd191a7b;hb=6e0de39b61d0306e5794342d61ed356f44248f53;hpb=61b73b12f14baa1826072f2265aa107c41ce518f 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;