From 8e087c1d7101368df92fae29eb28cd0555e42296 Mon Sep 17 00:00:00 2001 From: Ronald van der Meer Date: Thu, 25 Jan 2018 23:59:00 +0100 Subject: [PATCH] clarified lightning-cli help dev-setfees description --- lightningd/chaintopology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/chaintopology.c b/lightningd/chaintopology.c index 7363f2c59..905c709f9 100644 --- a/lightningd/chaintopology.c +++ b/lightningd/chaintopology.c @@ -656,7 +656,7 @@ static void json_dev_setfees(struct command *cmd, static const struct json_command dev_setfees_command = { "dev-setfees", json_dev_setfees, - "Set feerate in satoshi-per-kw for {immediate}, {normal} and {slow} (each optional) and show the value of those three feerates" + "Set feerate in satoshi-per-kw for {immediate}, {normal} and {slow} (each is optional, when set, separate by spaces) and show the value of those three feerates" }; AUTODATA(json_command, &dev_setfees_command);