mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[options] Fix load info help string
This commit is contained in:
		@@ -670,7 +670,7 @@ def parseOpts(overrideArguments=None):
 | 
			
		||||
    filesystem.add_option(
 | 
			
		||||
        '--load-info',
 | 
			
		||||
        dest='load_info_filename', metavar='FILE',
 | 
			
		||||
        help='Specify JSON file containing the video information (created with the "--write-json" option)')
 | 
			
		||||
        help='JSON file containing the video information (created with the "--write-info-json" option)')
 | 
			
		||||
    filesystem.add_option(
 | 
			
		||||
        '--cookies',
 | 
			
		||||
        dest='cookiefile', metavar='FILE',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user