mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	add missing "summary" from long options list
This commit is contained in:
		
							parent
							
								
									1ff49a7734
								
							
						
					
					
						commit
						c064a1d7e3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -597,7 +597,7 @@ def main(argv=None): | |||
|     try: | ||||
|         opts, prog_argv = getopt.getopt(argv[1:], "tcrRf:d:msC:l", | ||||
|                                         ["help", "version", "trace", "count", | ||||
|                                          "report", "no-report", | ||||
|                                          "report", "no-report", "summary", | ||||
|                                          "file=", "missing", | ||||
|                                          "ignore-module=", "ignore-dir=", | ||||
|                                          "coverdir=", "listfuncs",]) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Skip Montanaro
						Skip Montanaro