From 5f6933d1c4c0c08d76196821b7edc7ac0a1476e5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 6 Jun 2023 11:27:03 +0930 Subject: [PATCH] doc: document that we strip punctuation from parameter names. This lead to confusion about how to specify `amount_msat`. Signed-off-by: Rusty Russell --- doc/lightning-commando-rune.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lightning-commando-rune.7.md b/doc/lightning-commando-rune.7.md index 8f0a2776c..c06ee597d 100644 --- a/doc/lightning-commando-rune.7.md +++ b/doc/lightning-commando-rune.7.md @@ -34,7 +34,7 @@ being run: * method: the command being run, e.g. "method=withdraw". * rate: the rate limit, per minute, e.g. "rate=60". * pnum: the number of parameters. e.g. "pnum<2". -* pnameX: the parameter named X. e.g. "pnamedestination=1RustyRX2oai4EYYDpQGWvEL62BBGqN9T". +* pnameX: the parameter named X (with any punctuation like `_` removed). e.g. "pnamedestination=1RustyRX2oai4EYYDpQGWvEL62BBGqN9T". * parrN: the N'th parameter. e.g. "parr0=1RustyRX2oai4EYYDpQGWvEL62BBGqN9T". RESTRICTION FORMAT