mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
Use consistent formatting for CLI command descriptions
This commit is contained in:
parent
caf57b24ea
commit
4214c5ad57
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user