lncli: improve last_hop help message

Clarifies that last_hop is not the destination, but the penultimate node
in the path, i.e. the last intermediary.
This commit is contained in:
Conner Fromknecht 2020-01-09 17:57:52 -08:00
parent 6c8c99dae9
commit b3f2a94c3b
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

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