mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 20:37:08 -05:00 
			
		
		
		
	[options] Cleanup double spaces in help texts
This commit is contained in:
		
				
					committed by
					
						
						Jaime Marquínez Ferrándiz
					
				
			
			
				
	
			
			
			
						parent
						
							b203095d4c
						
					
				
				
					commit
					5495937f46
				
			@@ -276,7 +276,7 @@ def parseOpts(overrideArguments=None):
 | 
			
		||||
            'For example, to only match videos that have been liked more than '
 | 
			
		||||
            '100 times and disliked less than 50 times (or the dislike '
 | 
			
		||||
            'functionality is not available at the given service), but who '
 | 
			
		||||
            'also have a description, use  --match-filter '
 | 
			
		||||
            'also have a description, use --match-filter '
 | 
			
		||||
            '"like_count > 100 & dislike_count <? 50 & description" .'
 | 
			
		||||
        ))
 | 
			
		||||
    selection.add_option(
 | 
			
		||||
@@ -602,7 +602,7 @@ def parseOpts(overrideArguments=None):
 | 
			
		||||
    filesystem.add_option(
 | 
			
		||||
        '-A', '--auto-number',
 | 
			
		||||
        action='store_true', dest='autonumber', default=False,
 | 
			
		||||
        help='[deprecated; use  -o "%(autonumber)s-%(title)s.%(ext)s" ] Number downloaded files starting from 00000')
 | 
			
		||||
        help='[deprecated; use -o "%(autonumber)s-%(title)s.%(ext)s" ] Number downloaded files starting from 00000')
 | 
			
		||||
    filesystem.add_option(
 | 
			
		||||
        '-t', '--title',
 | 
			
		||||
        action='store_true', dest='usetitle', default=False,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user