mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
Use consistent formatting for CLI command descriptions
This commit is contained in:
parent
caf57b24ea
commit
4214c5ad57
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue