diff options
author | Sergey M․ <dstftw@gmail.com> | 2018-05-14 23:42:33 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2018-05-14 23:42:33 +0700 |
commit | 1e4fe5a7cc80f73b92e068515352d7c7124a49c2 (patch) | |
tree | d4bb3b80e214f62a2279658e1dbb3cd7482dbc72 | |
parent | c63ca0eef8ac147b3f2a39ba7265ad1b3c11d516 (diff) |
[options] Fix typo (closes #16450)
-rw-r--r-- | youtube_dl/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py index f3f8f23b6..b692c6b3b 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -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', |