mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Add one more verbose for compat mode
This commit is contained in:
parent
9a351d1b50
commit
2021d5e862
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue