lncli: fix typo in updatenodeannouncement

This commit is contained in:
Carla Kirk-Cohen 2023-04-25 09:38:57 -04:00
parent 019da315a8
commit ad6ccb415f
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91

View File

@ -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",
},
},