mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:37:06 -05:00 
			
		
		
		
	Clarify --download-archive help (#1757)
This commit is contained in:
		@@ -224,7 +224,7 @@ def parseOpts(overrideArguments=None):
 | 
			
		||||
                         default=None, type=int)
 | 
			
		||||
    selection.add_option('--download-archive', metavar='FILE',
 | 
			
		||||
                         dest='download_archive',
 | 
			
		||||
                         help='Download only videos not present in the archive file. Record the IDs of all downloaded videos in it.')
 | 
			
		||||
                         help='Download only videos not listed in the archive file. Record the IDs of all downloaded videos in it.')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    authentication.add_option('-u', '--username',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user