diff options
author | Igor Sobrado <sobrado@openbsd.org> | 2010-05-02 15:19:35 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@openbsd.org> | 2010-05-02 15:19:35 +0000 |
commit | fc09ec30257948222a45039cd55c6d27c1984824 (patch) | |
tree | 28a1069f4f8abcb2a035abea4c089e584ad1f842 | |
parent | 99e54f46c7d3798aea00f5c8c791dd1b66a8d5d7 (diff) | |
download | rtmux-fc09ec30257948222a45039cd55c6d27c1984824.tar.gz rtmux-fc09ec30257948222a45039cd55c6d27c1984824.tar.bz2 rtmux-fc09ec30257948222a45039cd55c6d27c1984824.zip |
sort options.
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -131,10 +131,6 @@ commands which are executed in sequence when the server is first started. If a command in the configuration file fails, .Nm will report an error and exit without executing further commands. -.It Fl l -Behave as a login shell. -This flag currently has no effect and is for compatibility with other shells -when using tmux as a login shell. .It Fl L Ar socket-name .Nm stores the server socket in a directory under @@ -155,6 +151,10 @@ If the socket is accidentally removed, the signal may be sent to the .Nm server process to recreate it. +.It Fl l +Behave as a login shell. +This flag currently has no effect and is for compatibility with other shells +when using tmux as a login shell. .It Fl q Set the .Ic quiet |