Add one more verbose for compat mode

This commit is contained in:
Con Kolivas 2016-06-09 18:14:43 +10:00
parent 9a351d1b50
commit 2021d5e862

2
main.c
View file

@ -86,7 +86,7 @@ static void usage(bool compat)
} else
print_output(" -q, --quiet don't show compression progress\n");
print_output(" -t, --test test compressed file integrity\n");
print_output(" -v[v], --verbose Increase verbosity\n");
print_output(" -v[v%s], --verbose Increase verbosity\n", compat ? "v" : "");
print_output(" -V, --version show version\n");
print_output("Options affecting output:\n");
if (!compat)