From 0460f0caca1b74f85eb3b3cb27d5a1efcb8414ba Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 7 Oct 2016 14:00:16 +1030 Subject: [PATCH] getroute: fix help message to get arg order correct, include riskfactor. Closes: #38 Reported-by: Glenn Willen Signed-off-by: Rusty Russell --- daemon/pay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/pay.c b/daemon/pay.c index 9a951541d..46821625f 100644 --- a/daemon/pay.c +++ b/daemon/pay.c @@ -285,7 +285,7 @@ static void json_getroute(struct command *cmd, const struct json_command getroute_command = { "getroute", json_getroute, - "Return route for {msatoshi} to {id}", + "Return route to {id} for {msatoshi}, using {riskfactor}", "Returns a {route} array of {id} {msatoshi} {delay}: msatoshi and delay (in blocks) is cumulative." };