mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 10:42:51 +08:00
fix typo
This commit is contained in:
parent
c82a911fc9
commit
9ad8976d74
@ -2796,7 +2796,7 @@ if __name__ == '__main__':
|
||||
parser.add_option('-P','--parallel',
|
||||
type="int",dest='parallel',help='Number of parallel downloads',default=0)
|
||||
parser.add_option('-s', '--save-playlist',
|
||||
action='store_true', dest='saveplaylist', help='do not create playlist file for playlists')
|
||||
action='store_true', dest='saveplaylist', help='Save file list to a playlist file')
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user