summaryrefslogtreecommitdiffstats
path: root/cmd-list-clients.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-list-clients.c')
-rw-r--r--cmd-list-clients.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd-list-clients.c b/cmd-list-clients.c
index 8a6fe8a9..75c6f570 100644
--- a/cmd-list-clients.c
+++ b/cmd-list-clients.c
@@ -42,7 +42,9 @@ const struct cmd_entry cmd_list_clients_entry = {
.args = { "F:t:", 0, 0 },
.usage = "[-F format] " CMD_TARGET_SESSION_USAGE,
- .flags = CMD_READONLY|CMD_SESSION_T,
+ .tflag = CMD_SESSION,
+
+ .flags = CMD_READONLY,
.exec = cmd_list_clients_exec
};