diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-07-16 22:50:50 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-07-16 22:50:50 +0000 |
commit | babee95f8c92a8abbcc265ddd37988d296c76a6e (patch) | |
tree | 93d7840fa20e3ab75c2f09c48a0ab43820142de9 /usr.bin/tmux/tmux.1 | |
parent | a18886a31f691421b2b0a844422f50e2cf2c2a1c (diff) |
Fix arguments to switch-client.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 1e98fedde0f..33cc6096e3a 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.31 2009/07/15 08:05:56 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.32 2009/07/16 22:50:49 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 15 2009 $ +.Dd $Mdocdate: July 16 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -1541,7 +1541,8 @@ except the source and destination windows are swapped. It is an error if no window exists at .Ar src-window . .It Xo Ic switch-client -.Op Fl c Ar target-client Fl t Ar target-session +.Op Fl c Ar target-client +.Op Fl t Ar target-session .Xc .D1 (alias: Ic switchc ) Switch the current session for client |