summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 16:39:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-18 16:39:15 +0000
commit6c23e89f48967d5c4ab9e439ce8c6bce66bd80fb (patch)
tree747a5d9dc0e05ef3f5b989435e2de7818d3a863a /tmux.1
parent64b88167d1d480891fa79e13562b08993a2b564a (diff)
Sort options from Pierre Riteau.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.112
1 files changed, 6 insertions, 6 deletions
diff --git a/tmux.1 b/tmux.1
index 36698ae4..d3fb1266 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.38 2008-06-17 06:22:15 nicm Exp $
+.\" $Id: tmux.1,v 1.39 2008-06-18 16:39:15 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -23,7 +23,7 @@
.Sh SYNOPSIS
.Nm tmux
.Bk -words
-.Op Fl vVq
+.Op Fl qVv
.Op Fl f Ar file
.Op Fl S Ar socket-path
.Op Ar command Op Ar flags
@@ -70,6 +70,8 @@ where
.Em UID
is the uid of the user who invoked
.Nm .
+.It Fl V
+Print program version.
.It Fl v
Request verbose logging.
This option may be specified multiple times for increasing verbosity.
@@ -80,8 +82,6 @@ and
files in the current directory, where
.Em PID
is the pid of the server or client process.
-.It Fl V
-Print program version.
.It Ar command Op Ar flags
This specifies one of a set of commands used to control
.Nm ,
@@ -417,8 +417,8 @@ List windows in the current session or in
.Ar target-session .
.It Xo Ic new-session
.Op Fl d
-.Op Fl s Ar session-name
.Op Fl n Ar window-name
+.Op Fl s Ar session-name
.Op Ar command
.Xc
.D1 (alias: Ic new )
@@ -433,8 +433,8 @@ and
are the name of and command to execute in the initial window.
.It Xo Ic new-window
.Op Fl d
-.Op Fl t Ar target-window
.Op Fl n Ar window-name
+.Op Fl t Ar target-window
.Op Ar command
.Xc
.D1 (alias: Ic neww )