summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fetch.c b/src/fetch.c
index cf2fde7..0c009cd 100644
--- a/src/fetch.c
+++ b/src/fetch.c
@@ -78,6 +78,7 @@ static int fetch_parse(void *ctx, struct apk_db_options *dbopts,
break;
case 's':
fctx->flags |= FETCH_STDOUT;
+ apk_verbosity--;
break;
case 'L':
fctx->flags |= FETCH_LINK;