diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 7f7709a52..d06202857 100644 --- a/src/main.c +++ b/src/main.c @@ -156,6 +156,7 @@ static void parseOptions(int argc, char **argv, Options * options) { int argcLeft = argc; + options->verbose = 0; options->daemon = 1; options->stdOutput = 0; options->createDB = 0; |