1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-18 11:09:32 +00:00

[options] Fix typo (closes #16450)

This commit is contained in:
Sergey M․ 2018-05-14 23:42:33 +07:00
parent c63ca0eef8
commit 1e4fe5a7cc
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -232,7 +232,7 @@ def parseOpts(overrideArguments=None):
'--geo-verification-proxy',
dest='geo_verification_proxy', default=None, metavar='URL',
help='Use this proxy to verify the IP address for some geo-restricted sites. '
'The default proxy specified by --proxy (or none, if the options is not present) is used for the actual downloading.')
'The default proxy specified by --proxy (or none, if the option is not present) is used for the actual downloading.')
geo.add_option(
'--cn-verification-proxy',
dest='cn_verification_proxy', default=None, metavar='URL',