From f7ba4dfdc91eb3121ca070a0706d0ec2dfe502e1 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 4 Jun 2008 16:11:53 +0000 Subject: Bring select-window into line with everything else wrt -i. --- tmux.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 89d253b5..58aa8b72 100644 --- a/tmux.1 +++ b/tmux.1 @@ -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 .\" @@ -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 -- cgit