diff --git a/conf.c b/conf.c index 2984ac2..41895de 100644 --- a/conf.c +++ b/conf.c @@ -1239,5 +1239,6 @@ void conf(struct ctx *c, int argc, char **argv) } } - conf_print(c); + if (!c->quiet) + conf_print(c); }