projects
/
btrtrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8712cc2
)
Config.Debug isn't just for logging
author
Matt Joiner <anacrolix@gmail.com>
Wed, 8 Nov 2017 08:29:01 +0000 (19:29 +1100)
committer
Matt Joiner <anacrolix@gmail.com>
Wed, 8 Nov 2017 08:29:01 +0000 (19:29 +1100)
config.go
patch
|
blob
|
history
diff --git
a/config.go
b/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
log
ging"`
+ Debug bool `help:"enable debugging"`
}
type EncryptionPolicy struct {