mirror of
https://github.com/curl/curl.git
synced 2026-07-24 09:27:23 +03:00
managen: introduce "Multi: per-URL"
For -O, -o and -T that are used once per specified URL. Closes #14045
This commit is contained in:
parent
9acf759455
commit
2d3a51e367
5 changed files with 11 additions and 4 deletions
|
|
@ -704,6 +704,11 @@ sub single {
|
|||
elsif($multi eq "custom") {
|
||||
; # left for the text to describe
|
||||
}
|
||||
elsif($multi eq "per-URL") {
|
||||
push @extra,
|
||||
"${pre}--$long is associated with a single URL. Use it once per URL\n".
|
||||
"when you use several URLs in a command line.\n";
|
||||
}
|
||||
else {
|
||||
print STDERR "$f:$line:1:ERROR: unrecognized Multi: '$multi'\n";
|
||||
return 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue