From a4515ce138a7c5f275a7134018cfa28c76612321 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 1 Jan 2011 11:24:45 +0000 Subject: suspend-client has used -t for the client target (like everything else) for ages, fix the usage string and man page and trim some leftover code. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 3c600520..079c8b8c 100644 --- a/tmux.1 +++ b/tmux.1 @@ -657,7 +657,7 @@ Start the .Nm server, if not already running, without creating any sessions. .It Xo Ic suspend-client -.Op Fl c Ar target-client +.Op Fl t Ar target-client .Xc .D1 (alias: Ic suspendc ) Suspend a client by sending -- cgit