mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Lose -V.
This commit is contained in:
		
							
								
								
									
										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>
 | 
			
		||||
@@ -226,7 +226,7 @@ main(int argc, char **argv)
 | 
			
		||||
 | 
			
		||||
	unlock = flags = 0;
 | 
			
		||||
	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) {
 | 
			
		||||
		case '2':
 | 
			
		||||
			flags |= IDENTIFY_256COLOURS;
 | 
			
		||||
@@ -266,9 +266,6 @@ main(int argc, char **argv)
 | 
			
		||||
		case 'v':
 | 
			
		||||
			debug_level++;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'V':
 | 
			
		||||
			printf("%s " BUILD "\n", __progname);
 | 
			
		||||
			exit(0);
 | 
			
		||||
                default:
 | 
			
		||||
			usage();
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user