summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-06-18 09:16:15 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-06-18 09:16:15 +0000
commit2113115cdd554065c760ee2de8bf2790c541edf3 (patch)
tree85ec204efc61b34a58e967163b78ff0221cc738f /tmux.1
parent038e8b770d3ae551e9547a22d595877d237c2891 (diff)
Add -a for kill-session, from Thomas Adam.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 6 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 826e1cac..e91046ed 100644
--- a/tmux.1
+++ b/tmux.1
@@ -610,9 +610,14 @@ If it does exist, exit with 0.
Kill the
.Nm
server and clients and destroy all sessions.
-.It Ic kill-session Op Fl t Ar target-session
+.It Ic kill-session
+.Op Fl a
+.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.
+If
+.Fl a
+is given, all sessions but the specified one is killed.
.It Xo Ic list-clients
.Op Fl F Ar format
.Op Fl t Ar target-session