From 93a81b99f8a83a4528b88fcd8ccbb519fc167fc2 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Sun, 1 Mar 2015 23:15:29 +0800 Subject: [PATCH] [YoutubeDL] Update help texts for --cn-verification-proxy again --- youtube_dl/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 1df9654e0..b9ea3cb2e 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -179,7 +179,7 @@ def parseOpts(overrideArguments=None): network.add_option( '--cn-verification-proxy', dest='cn_verification_proxy', default=None, metavar='URL', - help='The proxy used in the China IP verification step. The default proxy specified by --proxy is used if this option is not given' + help='The proxy used in the China IP verification step of information extraction. The default proxy specified by --proxy is used if this option is not given' ) network.add_option( '--socket-timeout',