mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	-V also needs to go in usage.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.c
									
									
									
									
									
								
							@@ -56,7 +56,7 @@ static __dead void
 | 
				
			|||||||
usage(void)
 | 
					usage(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	fprintf(stderr,
 | 
						fprintf(stderr,
 | 
				
			||||||
	    "usage: %s [-2Cluv] [-c shell-command] [-f file] [-L socket-name]\n"
 | 
						    "usage: %s [-2CluvV] [-c shell-command] [-f file] [-L socket-name]\n"
 | 
				
			||||||
	    "            [-S socket-path] [command [flags]]\n",
 | 
						    "            [-S socket-path] [command [flags]]\n",
 | 
				
			||||||
	    getprogname());
 | 
						    getprogname());
 | 
				
			||||||
	exit(1);
 | 
						exit(1);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user