config.go | 2 +- diff --git a/config.go b/config.go index c0abb23ed908ff1607d44e6136826ec2945e9acd..e6b2cc4c4e2b65c9d3501e6e96419bc4e76726bf 100644 --- a/config.go +++ b/config.go @@ -58,7 +58,7 @@ 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 {