mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Sven Neuhaus made --silent being acknowledged even when multiple URLs
were used
This commit is contained in:
parent
33b8e71583
commit
56587e2821
@ -2598,7 +2598,7 @@ operate(struct Configurable *config, int argc, char *argv[])
|
||||
config->conf |= CONF_NOPROGRESS;
|
||||
|
||||
|
||||
if (urlnum > 1) {
|
||||
if (urlnum > 1 && !(config->conf&CONF_MUTE)) {
|
||||
fprintf(stderr, "\n[%d/%d]: %s --> %s\n",
|
||||
i+1, urlnum, url, outfile ? outfile : "<stdout>");
|
||||
if (separator)
|
||||
|
Loading…
Reference in New Issue
Block a user