summaryrefslogtreecommitdiffstats
path: root/tmux.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2013-04-14 18:07:08 +0100
committerThomas Adam <thomas@xteddy.org>2013-04-14 18:07:08 +0100
commit2c4543b9e9bd38bcc45393dad94930bcde872e6c (patch)
tree25e1baa8005a2f4e04e10b8b8c8df6bee151b287 /tmux.c
parentb58bca9a72009101da373a3b7463fd866ecac58c (diff)
Add back missing -V flag
This went walkies from a previous git commit.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index e8fd98b2..e6de5cfe 100644
--- a/tmux.c
+++ b/tmux.c
@@ -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;