mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:53:46 +03:00
tool_getparam: make --url support a file with URLs
It implies -O used for each URL. Mention in the --url documentation. Test 488 and 489 verify. Closes #16099
This commit is contained in:
parent
5addb3e1cc
commit
6306476fc3
8 changed files with 238 additions and 36 deletions
|
|
@ -808,8 +808,8 @@ const struct helptxt helptext[] = {
|
|||
{"-T, --upload-file <file>",
|
||||
"Transfer local FILE to destination",
|
||||
CURLHELP_IMPORTANT | CURLHELP_UPLOAD},
|
||||
{" --url <url>",
|
||||
"URL to work with",
|
||||
{" --url <url/file>",
|
||||
"URL(s) to work with",
|
||||
CURLHELP_CURL},
|
||||
{" --url-query <data>",
|
||||
"Add a URL query part",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue