diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-06 15:23:44 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-06 15:23:44 +0000 |
commit | 596080a6994bf834a570193c054f115c0769e4fa (patch) | |
tree | 3df8c27f322a814c1d8b0e330f0fd61b946c3ce2 /tmux.1 | |
parent | 15514592f9e479e9e222a3aa0e7e123b98121033 (diff) | |
download | rtmux-596080a6994bf834a570193c054f115c0769e4fa.tar.gz rtmux-596080a6994bf834a570193c054f115c0769e4fa.tar.bz2 rtmux-596080a6994bf834a570193c054f115c0769e4fa.zip |
Usage update from Will Maier.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 31 |
1 files changed, 19 insertions, 12 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.29 2008-06-05 21:25:00 nicm Exp $ +.\" $Id: tmux.1,v 1.30 2008-06-06 15:23:44 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -24,8 +24,9 @@ .Nm tmux .Bk -words .Op Fl vV +.Op Fl f Ar file .Op Fl S Ar socket-path -.Op Ar command Op Ar arguments +.Op Ar command Op Ar flags .Ek .Sh DESCRIPTION .Nm @@ -48,14 +49,6 @@ Communication takes place through a socket, by default placed in .Pp The options are as follows: .Bl -tag -width "XXXXXXXXXXXX" -.It Fl S Ar socket-path -Specify an alternative path to the server socket. -The default is -.Pa /tmp/tmux-UID , -where -.Em UID -is the uid of the user who invoked -.Nm . .It Fl v Request verbose logging. This option may be specified multiple times for increasing verbosity. @@ -66,11 +59,25 @@ and files in the current directory, where .Em PID is the pid of the server or client process. -.It Ar command Op Ar arguments +.It Fl V +Print program version. +.It Fl f Ar file +Specify an alternative configuration file. By default, +.Nm +will look for a config file at ~/.tmux.conf. +.It Fl S Ar socket-path +Specify an alternative path to the server socket. +The default is +.Pa /tmp/tmux-UID , +where +.Em UID +is the uid of the user who invoked +.Nm . +.It Ar command Op Ar flags This specifies one of a set of commands used to control .Nm , and described in the following sections. -If no command and arguments is specified, the +If no command and flags is specified, the .Ic new-session command is assumed. .Pp |