commit 15774dbdcc9de1db1cedec1979d5a8d289f7feba parent 78caf31941b9d0d80ea629e02fa42d386bc6f6a7 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 11 Jan 2023 13:46:30 +0100 document how CLI helpers for authorization are called Diffstat:
| M | doc/sphinx/manpages/anastasis.conf.5.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/sphinx/manpages/anastasis.conf.5.rst b/doc/sphinx/manpages/anastasis.conf.5.rst @@ -125,20 +125,20 @@ SMS Authorization options ^^^^^^^^^^^^^^^^^^^^^^^^^ COMMAND - Helper command to run to send SMS. + Helper command to run to send SMS. The command will be given the phone number as its first argument. The message to be transmitted will be passed via STDIN. Email Authorization options ^^^^^^^^^^^^^^^^^^^^^^^^^^^ COMMAND - Helper command to run to send E-mail. + Helper command to run to send E-mail. The command will be given the e-mail address as its first argument. The message to be transmitted will be passed via STDIN. Post Authorization options ^^^^^^^^^^^^^^^^^^^^^^^^^^ COMMAND - Helper command to run to send physical mail. + Helper command to run to send physical mail. The command will be given the mailing address address as its first argument in JSON object fields 'full_name', 'street', 'city', 'postcode' and 'country'. The message to be transmitted will be passed via STDIN. IBAN Authorization options