From b5fc3a0b032b84fac0719533a2ca380a87bb9f33 Mon Sep 17 00:00:00 2001 From: Dominik Spicher Date: Thu, 20 Aug 2020 09:44:38 +0200 Subject: [PATCH] cmd/lncli: fix sendcoins usage message --- cmd/lncli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index f0403e3d..8d6dc6e7 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -221,7 +221,7 @@ var sendCoinsCommand = cli.Command{ cli.BoolFlag{ Name: "sweepall", Usage: "if set, then the amount field will be ignored, " + - "and all the wallet will attempt to sweep all " + + "and the wallet will attempt to sweep all " + "outputs within the wallet to the target " + "address", },