docs: Replace example method params with a long description

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

Signed-off-by: Christian Decker <@cdecker>
This commit is contained in:
Christian Decker
2018-11-21 21:57:50 +01:00
committed by Rusty Russell
parent 77832c9400
commit c90be02372

View File

@@ -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."
}
]
}