From 896089976a68b33f98daffd8d525ff018dffe173 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 26 Aug 2018 19:54:17 +0200 Subject: [PATCH] Fix comment --- cmd/restic/global.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/global.go b/cmd/restic/global.go index e288fb2da..7f830927c 100644 --- a/cmd/restic/global.go +++ b/cmd/restic/global.go @@ -67,7 +67,7 @@ type GlobalOptions struct { // 0 means: don't print any messages except errors, this is used when --quiet is specified // 1 is the default: print essential messages // 2 means: print more messages, report minor things, this is used when --verbose is specified - // 3 means: print very detailed debug messages, this is used when --debug is specified + // 3 means: print very detailed debug messages, this is used when --verbose 2 is specified verbosity uint Options []string