Merge pull request #3899 from cfromknecht/improve-last-hop-help
lncli: improve last_hop help message
This commit is contained in:
commit
83ff6a59d4
@ -2087,8 +2087,9 @@ var (
|
|||||||
}
|
}
|
||||||
|
|
||||||
lastHopFlag = cli.StringFlag{
|
lastHopFlag = cli.StringFlag{
|
||||||
Name: "last_hop",
|
Name: "last_hop",
|
||||||
Usage: "pubkey of the last hop to use for this payment",
|
Usage: "pubkey of the last hop (penultimate node in the path) " +
|
||||||
|
"to route through for this payment",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user