From: Matt Joiner Date: Wed, 8 Nov 2017 08:29:01 +0000 (+1100) Subject: Config.Debug isn't just for logging X-Git-Tag: v1.0.0~337 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2f8a2ada2e576bc9b411e923f6c60f9df385c662;p=btrtrc.git Config.Debug isn't just for logging --- 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 {