Use consistent formatting for CLI command descriptions

This commit is contained in:
practicalswift 2018-01-14 23:18:40 +01:00 committed by Rusty Russell
parent caf57b24ea
commit 4214c5ad57
1 changed files with 1 additions and 1 deletions

View File

@ -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);