From 2021d5e8623844a66bf7a8cab10b6774a82d92f0 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 9 Jun 2016 18:14:43 +1000 Subject: [PATCH] Add one more verbose for compat mode --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 37dc7b1..b149717 100644 --- a/main.c +++ b/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)