From 4214c5ad57bbf7b632be5ee780824ca4e7acdeec Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sun, 14 Jan 2018 23:18:40 +0100 Subject: [PATCH] Use consistent formatting for CLI command descriptions --- lightningd/jsonrpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/jsonrpc.c b/lightningd/jsonrpc.c index aee60be95..3ac744883 100644 --- a/lightningd/jsonrpc.c +++ b/lightningd/jsonrpc.c @@ -241,7 +241,7 @@ static void json_crash(struct command *cmd, static const struct json_command dev_crash_command = { "dev-crash", json_crash, - "Call fatal().", + "Call fatal()", "Simple crash test for developers" }; AUTODATA(json_command, &dev_crash_command);