Browse Source

docs: Replace example method params with a long description

This matches the `verbose` field in `struct json_command`.

Signed-off-by: Christian Decker <@cdecker>
plugin-3
Christian Decker 6 years ago
committed by Rusty Russell
parent
commit
c90be02372
  1. 2
      doc/plugins.md

2
doc/plugins.md

@ -68,7 +68,7 @@ this example:
{
"name": "gettime",
"description": "Returns the current time in {timezone}",
"params": ["timezone"]
"long_description": "Returns the current time in the timezone that is given as the only parameter.\nThis description may be quite long and is allowed to span multiple lines."
}
]
}

Loading…
Cancel
Save