[options] Remove duplicate short option -v for --version (#24162)
This commit is contained in:
		
							parent
							
								
									bee6451fe8
								
							
						
					
					
						commit
						b76f0e58f7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -134,7 +134,7 @@ def parseOpts(overrideArguments=None):
 | 
				
			||||||
        action='help',
 | 
					        action='help',
 | 
				
			||||||
        help='Print this help text and exit')
 | 
					        help='Print this help text and exit')
 | 
				
			||||||
    general.add_option(
 | 
					    general.add_option(
 | 
				
			||||||
        '-v', '--version',
 | 
					        '--version',
 | 
				
			||||||
        action='version',
 | 
					        action='version',
 | 
				
			||||||
        help='Print program version and exit')
 | 
					        help='Print program version and exit')
 | 
				
			||||||
    general.add_option(
 | 
					    general.add_option(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue