From ad6ccb415ff88015298a5902b676ffd247c200a5 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Tue, 25 Apr 2023 09:38:57 -0400 Subject: [PATCH] lncli: fix typo in updatenodeannouncement --- cmd/lncli/peersrpc_active.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/peersrpc_active.go b/cmd/lncli/peersrpc_active.go index 1636bc99a..5ac94f2c7 100644 --- a/cmd/lncli/peersrpc_active.go +++ b/cmd/lncli/peersrpc_active.go @@ -76,7 +76,7 @@ var updateNodeAnnouncementCommand = cli.Command{ }, cli.Int64SliceFlag{ Name: "feature_bit_remove", - Usage: "a feature bit that needs to be disabled" + + Usage: "a feature bit that needs to be disabled. " + "Can be set multiple times in the same command", }, },