cmd/lncli: fix sendcoins usage message

This commit is contained in:
Dominik Spicher 2020-08-20 09:44:38 +02:00
parent 3ae46d81f4
commit b5fc3a0b03

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