Browse Source

doc: refer to correct option name in STYLE.md.

It's --allow-deprecated-apis=false.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
bump-pyln-proto
Rusty Russell 5 years ago
parent
commit
0cbc6447b7
  1. 2
      doc/STYLE.md

2
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

Loading…
Cancel
Save