Increment verbose var each time -v is set - dedup - deduplicating backup program HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit 4029c846bc6e9b84ba02740fecae68cd8232c765 DIR parent 617a4c0156ded44bc631696a4caa59ba3f706cce HTML Author: sin <sin@2f30.org> Date: Wed, 27 Feb 2019 15:03:14 +0000 Increment verbose var each time -v is set Each time -v is set more information might be printed. Diffstat: M dedup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/dedup.c b/dedup.c @@ -555,7 +555,7 @@ main(int argc, char *argv[]) msg = EARGF(usage()); break; case 'v': - verbose = 1; + verbose++; break; default: usage();