From 497ed32c22d804979388e6ee7beb0f8f6b3ee308 Mon Sep 17 00:00:00 2001 From: Nicolas Rey Date: Mon, 17 Apr 2023 09:44:03 -0300 Subject: [PATCH] reword comment --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` }