summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-06-18 09:15:22 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-06-18 09:15:22 +0000
commit038e8b770d3ae551e9547a22d595877d237c2891 (patch)
treeca07a4e1c04db6e3776f355c8d69a7aa828d99b7 /tmux.1
parent04ac61ecd7ae7fb2f36ee534e4999ea9e84db759 (diff)
Add -a flag for detach-client, from Thomas Adam.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index f190d7bf..826e1cac 100644
--- a/tmux.1
+++ b/tmux.1
@@ -585,6 +585,7 @@ recently used
session.
.It Xo Ic detach-client
.Op Fl P
+.Op Fl a
.Op Fl s Ar target-session
.Op Fl t Ar target-client
.Xc
@@ -593,6 +594,10 @@ Detach the current client if bound to a key, the client specified with
.Fl t ,
or all clients currently attached to the session specified by
.Fl s .
+The
+.Fl a
+option kills all but the client given with
+.Fl t .
If
.Fl P
is given, send SIGHUP to the parent process of the client, typically causing it