Merge pull request #3899 from cfromknecht/improve-last-hop-help

lncli: improve last_hop help message
This commit is contained in:
Olaoluwa Osuntokun 2020-01-10 14:49:06 -08:00 committed by GitHub
commit 83ff6a59d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2087,8 +2087,9 @@ var (
}
lastHopFlag = cli.StringFlag{
Name: "last_hop",
Usage: "pubkey of the last hop to use for this payment",
Name: "last_hop",
Usage: "pubkey of the last hop (penultimate node in the path) " +
"to route through for this payment",
}
)