mirror of
https://github.com/curl/curl.git
synced 2026-07-22 11:17:15 +03:00
make -s/--silent properly toggle as it is documented
This commit is contained in:
parent
42a2138d11
commit
b4d2fbae6d
1 changed files with 1 additions and 1 deletions
|
|
@ -2388,7 +2388,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
|
|||
break;
|
||||
case 's':
|
||||
/* don't show progress meter, don't show errors : */
|
||||
config->conf |= (CONF_MUTE|CONF_NOPROGRESS);
|
||||
config->conf ^= (CONF_MUTE|CONF_NOPROGRESS);
|
||||
config->showerror ^= TRUE; /* toggle off */
|
||||
break;
|
||||
case 'S':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue