mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
bfb48e33fb
References to things that were added or changed in a specific version should be specified as "(added in [version]) for two reasons: 1 - consistency 2 - to allow gen.pl to strip them out if deemed referring to too old versions Closes #11821
13 lines
387 B
Makefile
13 lines
387 B
Makefile
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: metalink
|
|
Help: Process given URLs as metalink XML file
|
|
Added: 7.27.0
|
|
Category: misc
|
|
Example: --metalink file $URL
|
|
See-also: parallel
|
|
Multi: single
|
|
---
|
|
This option was previously used to specify a Metalink resource. Metalink
|
|
support is disabled in curl for security reasons (added in 7.78.0).
|