From 2f8a2ada2e576bc9b411e923f6c60f9df385c662 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 8 Nov 2017 19:29:01 +1100 Subject: [PATCH] Config.Debug isn't just for logging --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index c0abb23e..e6b2cc4c 100644 --- a/config.go +++ b/config.go @@ -58,7 +58,7 @@ type Config struct { IPBlocklist iplist.Ranger DisableIPv6 bool `long:"disable-ipv6"` // Perform logging and any other behaviour that will help debug. - Debug bool `help:"enable debug logging"` + Debug bool `help:"enable debugging"` } type EncryptionPolicy struct { -- 2.48.1