[options] Fix typo (closes #16450)
authorSergey M․ <dstftw@gmail.com>
Mon, 14 May 2018 16:42:33 +0000 (23:42 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 14 May 2018 16:42:33 +0000 (23:42 +0700)
youtube_dl/options.py

index f3f8f23b6b8b623194fe4250a53bcf45c9d326c8..b692c6b3b136efcbf77ad724f434089d5a21967b 100644 (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',