change the default verbosity to 0

This commit is contained in:
Bill Currie 2002-08-13 19:32:06 +00:00
parent cd6f82c2c9
commit aa76f81073

View file

@ -95,7 +95,7 @@ decode_args (int argc, char **argv)
options.mode = mo_none;
options.pad = false;
options.packfile = NULL;
options.verbosity = 1;
options.verbosity = 0;
while ((c = getopt_long (argc, argv, "c" // create archive
"t" // test archive