]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Config.Debug isn't just for logging
authorMatt Joiner <anacrolix@gmail.com>
Wed, 8 Nov 2017 08:29:01 +0000 (19:29 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 8 Nov 2017 08:29:01 +0000 (19:29 +1100)
config.go

index c0abb23ed908ff1607d44e6136826ec2945e9acd..e6b2cc4c4e2b65c9d3501e6e96419bc4e76726bf 100644 (file)
--- 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 {