From f4432030eedd6c628f34c20ff0a1a8abb2f73013 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 17 Apr 2011 19:28:09 +0000 Subject: Add -t to list-clients, based on a diff from Zac Sprackett. --- tmux.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index af0469c8..8e9da6fe 100644 --- a/tmux.1 +++ b/tmux.1 @@ -598,9 +598,11 @@ server and clients and destroy all sessions. .It Ic kill-session Op Fl t Ar target-session Destroy the given session, closing any windows linked to it and no other sessions, and detaching all clients attached to it. -.It Ic list-clients +.It Ic list-clients Op Fl t Ar target-session .D1 (alias: Ic lsc ) -List all clients attached to the server. +List all clients attached to the server. If +.Ar target-session +is specified, list only clients connected to that session. .It Ic list-commands .D1 (alias: Ic lscm ) List the syntax of all commands supported by -- cgit