From: ant Date: Sat, 5 May 2012 02:33:41 +0000 (-0400) Subject: Add --metalink to --help X-Git-Tag: upstream/7.37.1~3074 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89747794fe16c33affef3ef462a48e143d777bd8;p=platform%2Fupstream%2Fcurl.git Add --metalink to --help --- diff --git a/src/tool_help.c b/src/tool_help.c index e7e6d6c..ac92469 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -125,6 +125,7 @@ static const char *const helptext[] = { " --max-filesize BYTES Maximum file size to download (H/F)", " --max-redirs NUM Maximum number of redirects allowed (H)", " -m, --max-time SECONDS Maximum time allowed for the transfer", + " --metalink Process local Metalink file and use mirrors", " --negotiate Use HTTP Negotiate Authentication (H)", " -n, --netrc Must read .netrc for user name and password", " --netrc-optional Use either .netrc or URL; overrides -n",