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