summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 13:46:30 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 13:46:30 +0100
commit15774dbdcc9de1db1cedec1979d5a8d289f7feba (patch)
tree3f166ea761ec7ee93c497b2cbbe97d4791117383 /doc
parent78caf31941b9d0d80ea629e02fa42d386bc6f6a7 (diff)
downloadanastasis-15774dbdcc9de1db1cedec1979d5a8d289f7feba.tar.gz
anastasis-15774dbdcc9de1db1cedec1979d5a8d289f7feba.tar.bz2
anastasis-15774dbdcc9de1db1cedec1979d5a8d289f7feba.zip
document how CLI helpers for authorization are called
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/manpages/anastasis.conf.5.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/manpages/anastasis.conf.5.rst b/doc/sphinx/manpages/anastasis.conf.5.rst
index 000d8f0..a32cd4c 100644
--- 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