diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-16 22:50:49 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-16 22:50:49 +0000 |
commit | 3e9d9a2119dbfccc7a1a45158008283e874a5c96 (patch) | |
tree | b1b084ea117df385a6cfed521cc8a71b7c2fe624 /tmux.1 | |
parent | 924bf8477fc30af5ed241e7f7536eb133ab9b702 (diff) | |
download | rtmux-3e9d9a2119dbfccc7a1a45158008283e874a5c96.tar.gz rtmux-3e9d9a2119dbfccc7a1a45158008283e874a5c96.tar.bz2 rtmux-3e9d9a2119dbfccc7a1a45158008283e874a5c96.zip |
Fix arguments to switch-client.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |