From dbc50fdf82610abecc5fb9ab40817534f0dae972 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 30 Apr 2013 18:27:54 +0200 Subject: Fix help for --proxy --- youtube_dl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl') diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index a56da8e3d..27f36c6ad 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -146,7 +146,7 @@ def parseOpts(overrideArguments=None): general.add_option('--list-extractors', action='store_true', dest='list_extractors', help='List all supported extractors and the URLs they would handle', default=False) - general.add_option('--proxy', dest='proxy', default=None, help='Use the specified HTTP/HTTPS proxy') + general.add_option('--proxy', dest='proxy', default=None, help='Use the specified HTTP/HTTPS proxy', metavar='URL') general.add_option('--test', action='store_true', dest='test', default=False, help=optparse.SUPPRESS_HELP) selection.add_option('--playlist-start', -- cgit v1.2.3