greatest -> highest
This commit is contained in:
		
					parent
					
						
							
								ab71ab621d
							
						
					
				
			
			
				commit
				
					
						4514bf1bd4
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -51,7 +51,7 @@ All commands accept the following options:
 | 
				
			||||||
.. option:: -v, --verbose
 | 
					.. option:: -v, --verbose
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Increase log level, be more verbose. Use it more than once to increase
 | 
					    Increase log level, be more verbose. Use it more than once to increase
 | 
				
			||||||
    log level. The order of levels from the lowest to the greatest are:
 | 
					    log level. The order of levels from the lowest to the highest are:
 | 
				
			||||||
    ERROR, WARNING, INFO, DEBUG.
 | 
					    ERROR, WARNING, INFO, DEBUG.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. option:: -V, --version
 | 
					.. option:: -V, --version
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -96,7 +96,7 @@ def commandline():
 | 
				
			||||||
            '-v', '--verbose',
 | 
					            '-v', '--verbose',
 | 
				
			||||||
            help=('Increase log level, be more verbose. Use it more than once '
 | 
					            help=('Increase log level, be more verbose. Use it more than once '
 | 
				
			||||||
                  'to increase log level. The order of levels from the lowest '
 | 
					                  'to increase log level. The order of levels from the lowest '
 | 
				
			||||||
                  'to the greatest are: ERROR, WARNING, INFO, DEBUG.'),
 | 
					                  'to the highest are: ERROR, WARNING, INFO, DEBUG.'),
 | 
				
			||||||
            action='count', default=0)
 | 
					            action='count', default=0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Main subcommand parser
 | 
					    # Main subcommand parser
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue