mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
change the default verbosity to 0
This commit is contained in:
parent
cd6f82c2c9
commit
aa76f81073
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue