aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 638c60a50..9124747f2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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':