diff options
-rw-r--r-- | usr.bin/tmux/tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 76eeb936e30..499ae9edb1d 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.220 2011/04/17 19:28:09 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.221 2011/04/17 20:39:44 jmc Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -600,7 +600,8 @@ 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 Op Fl t Ar target-session .D1 (alias: Ic lsc ) -List all clients attached to the server. If +List all clients attached to the server. +If .Ar target-session is specified, list only clients connected to that session. .It Ic list-commands |