From c90be023721945e4c38147c4ac93a4f174cbfe93 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 21 Nov 2018 21:57:50 +0100 Subject: [PATCH] docs: Replace example method params with a long description This matches the `verbose` field in `struct json_command`. Signed-off-by: Christian Decker <@cdecker> --- doc/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins.md b/doc/plugins.md index 114c09f2e..5cc1af7dd 100644 --- a/doc/plugins.md +++ b/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." } ] }