Add back missing -V flag

This went walkies from a previous git commit.
This commit is contained in:
Thomas Adam 2013-04-14 18:07:08 +01:00
parent b58bca9a72
commit 2c4543b9e9

2
tmux.c
View File

@ -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;