Merge pull request #4552 from dspicher/master

cmd/lncli: fix sendcoins usage message
This commit is contained in:
Conner Fromknecht 2020-08-20 12:56:37 -07:00 committed by GitHub
commit f5d24e6be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -221,7 +221,7 @@ var sendCoinsCommand = cli.Command{
cli.BoolFlag{ cli.BoolFlag{
Name: "sweepall", Name: "sweepall",
Usage: "if set, then the amount field will be ignored, " + 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 " + "outputs within the wallet to the target " +
"address", "address",
}, },