diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-04 16:11:53 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-04 16:11:53 +0000 |
commit | f7ba4dfdc91eb3121ca070a0706d0ec2dfe502e1 (patch) | |
tree | 78e9505e449bac88830dce4662373b13fa9e2706 /tmux.1 | |
parent | 031be1fc7283bd400ff60b216a38fa734415ca15 (diff) | |
download | rtmux-f7ba4dfdc91eb3121ca070a0706d0ec2dfe502e1.tar.gz rtmux-f7ba4dfdc91eb3121ca070a0706d0ec2dfe502e1.tar.bz2 rtmux-f7ba4dfdc91eb3121ca070a0706d0ec2dfe502e1.zip |
Bring select-window into line with everything else wrt -i.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.26 2008-06-03 05:35:51 nicm Exp $ +.\" $Id: tmux.1,v 1.27 2008-06-04 16:11:53 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -440,7 +440,7 @@ if specifed, to Enter scroll mode. .It Xo Ic select-window .Op Fl s Ar session-name -.Ar index +.Op Fl i Ar index .Xc .D1 (alias: Ic selectw ) Select the window at |