From 0cbc6447b77142c7b5c0745c702b4092e4f2b5bf Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 3 Aug 2020 12:16:08 +0930 Subject: [PATCH] doc: refer to correct option name in STYLE.md. It's --allow-deprecated-apis=false. Signed-off-by: Rusty Russell --- doc/STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/STYLE.md b/doc/STYLE.md index a86e48219..cf70a96fe 100644 --- a/doc/STYLE.md +++ b/doc/STYLE.md @@ -202,7 +202,7 @@ You can always add a new output JSON field (Changelog-Added), but you cannot remove one without going through a 6-month deprecation cycle (Changelog-Deprecated) -So, only output it if `deprecated-apis` is true, so users can test +So, only output it if `allow-deprecated-apis` is true, so users can test their code is futureproof. In 6 months remove it (Changelog-Removed). Changing existing input parameters is harder, and should generally be