diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-09-02 17:34:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-09-02 17:34:57 +0000 |
commit | 74c35c513efc616cd56aa9bd1d7b2561fd6df132 (patch) | |
tree | 94e0715a10228a06fe1ef7833a195680767f3e64 /tmux.1 | |
parent | c5ac2579bac08f46f68ee7b9b9e47b6123e83bd2 (diff) | |
download | rtmux-74c35c513efc616cd56aa9bd1d7b2561fd6df132.tar.gz rtmux-74c35c513efc616cd56aa9bd1d7b2561fd6df132.tar.bz2 rtmux-74c35c513efc616cd56aa9bd1d7b2561fd6df132.zip |
Accept -l to make it easier for people who use tmux as a login shell to use
$SHELL. Originally from martynas@, tweaked by me.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm tmux .Bk -words -.Op Fl 28dqUuv +.Op Fl 28dlqUuv .Op Fl f Ar file .Op Fl L Ar socket-name .Op Fl S Ar socket-path @@ -120,6 +120,10 @@ 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 |