mirror of
https://github.com/tmux/tmux.git
synced 2025-01-26 07:58:55 +00:00
Lose -V.
This commit is contained in:
parent
0af7fa08d2
commit
f1463ff3c1
7
tmux.c
7
tmux.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: tmux.c,v 1.136 2009-06-25 16:47:00 nicm Exp $ */
|
/* $Id: tmux.c,v 1.137 2009-06-25 16:56:08 nicm Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -226,7 +226,7 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
unlock = flags = 0;
|
unlock = flags = 0;
|
||||||
label = path = NULL;
|
label = path = NULL;
|
||||||
while ((opt = getopt(argc, argv, "28df:L:qS:uUVv")) != -1) {
|
while ((opt = getopt(argc, argv, "28df:L:qS:uUv")) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case '2':
|
case '2':
|
||||||
flags |= IDENTIFY_256COLOURS;
|
flags |= IDENTIFY_256COLOURS;
|
||||||
@ -266,9 +266,6 @@ main(int argc, char **argv)
|
|||||||
case 'v':
|
case 'v':
|
||||||
debug_level++;
|
debug_level++;
|
||||||
break;
|
break;
|
||||||
case 'V':
|
|
||||||
printf("%s " BUILD "\n", __progname);
|
|
||||||
exit(0);
|
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user