diff --git a/config.go b/config.go index 55a1787..743cf6d 100755 --- a/config.go +++ b/config.go @@ -52,7 +52,7 @@ type config struct { // DisableGraph disables collection of graph metrics DisableGraph bool `long:"disablegraph" description:"Do not collect graph metrics"` - // DisableHtlc disables collection of HTLCs metrics + // DisableHtlc disables the collection of HTLCs metrics DisableHtlc bool `long:"disablehtlc" description:"Do not collect HTLCs metrics"` }