diff options
author | Thomas Adam <thomas@xteddy.org> | 2013-04-14 18:07:08 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2013-04-14 18:07:08 +0100 |
commit | 2c4543b9e9bd38bcc45393dad94930bcde872e6c (patch) | |
tree | 25e1baa8005a2f4e04e10b8b8c8df6bee151b287 | |
parent | b58bca9a72009101da373a3b7463fd866ecac58c (diff) | |
download | rtmux-2c4543b9e9bd38bcc45393dad94930bcde872e6c.tar.gz rtmux-2c4543b9e9bd38bcc45393dad94930bcde872e6c.tar.bz2 rtmux-2c4543b9e9bd38bcc45393dad94930bcde872e6c.zip |
Add back missing -V flag
This went walkies from a previous git commit.
-rw-r--r-- | tmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ main(int argc, char **argv) quiet = flags = 0; label = path = NULL; login_shell = (**argv == '-'); - while ((opt = getopt(argc, argv, "2c:Cdf:lL:qS:uUv")) != -1) { + while ((opt = getopt(argc, argv, "2c:Cdf:lL:qS:uUVv")) != -1) { switch (opt) { case '2': flags |= IDENTIFY_256COLOURS; |