diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-17 07:45:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-07-17 07:45:42 +0000 |
commit | 821de39b27df66a3a2a8d1f6ddf933102e4b0204 (patch) | |
tree | 9472e631331aa17059850a798497ca9a8f360b3f | |
parent | ede2dd2d3ad71b705b75b1e29108aba47c902c70 (diff) | |
download | rtmux-821de39b27df66a3a2a8d1f6ddf933102e4b0204.tar.gz rtmux-821de39b27df66a3a2a8d1f6ddf933102e4b0204.tar.bz2 rtmux-821de39b27df66a3a2a8d1f6ddf933102e4b0204.zip |
Fix arguments to switch-client.
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.116 2009-07-14 06:42:06 nicm Exp $ +.\" $Id: tmux.1,v 1.117 2009-07-17 07:45:42 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -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 |