mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Add one more verbose for compat mode
This commit is contained in:
parent
9a351d1b50
commit
2021d5e862
2
main.c
2
main.c
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue