diff options
author | ant <ant@localhost.localdomain> | 2012-05-04 22:33:41 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-05-26 23:10:53 +0200 |
commit | 89747794fe16c33affef3ef462a48e143d777bd8 (patch) | |
tree | 19f19ede300527f948ad5f546ba609a81c24532d /src | |
parent | 462f10f8241ae8785e35b68fd40f74f18c49900e (diff) |
Add --metalink to --help
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index e7e6d6c8b..ac9246931 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", |