diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-12-12 00:47:29 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-12-12 00:47:29 -0500 |
commit | d567f5d7e7620890bb533dfb56a4f3b8d1f3a4f4 (patch) | |
tree | b33e274f5a77c6fa3b3df807bafefe52b14e4201 | |
parent | fc55bb32c1ec755c14434fa0cfec30cfad05615a (diff) | |
download | docs-d567f5d7e7620890bb533dfb56a4f3b8d1f3a4f4.tar.gz docs-d567f5d7e7620890bb533dfb56a4f3b8d1f3a4f4.tar.bz2 docs-d567f5d7e7620890bb533dfb56a4f3b8d1f3a4f4.zip |
add colon between term and its description (four instances)
-rw-r--r-- | taler-auditor-manual.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst index 3473be4..3779ab7 100644 --- a/taler-auditor-manual.rst +++ b/taler-auditor-manual.rst @@ -417,14 +417,14 @@ be fatal. Given the blob, the auditor would sign it using: Those arguments are all mandatory. -- ``EXCHANGE_MASTER_PUB`` the base32 Crockford-encoded exchange’s +- ``EXCHANGE_MASTER_PUB``: the base32 Crockford-encoded exchange’s master public key. -- ``BLOB`` the blob generated by the ``taler-exchange-keyup`` tool. +- ``BLOB``: the blob generated by the ``taler-exchange-keyup`` tool. -- ``AUDITOR_URL`` the URL that identifies the auditor. +- ``AUDITOR_URL``: the URL that identifies the auditor. -- ``OUTPUT_FILE`` where on the disk the signed blob is to be saved. +- ``OUTPUT_FILE``: where on the disk the signed blob is to be saved. ``OUTPUT_FILE`` must then be provided to the exchange and there copied into the directory specified by the option ``AUDITOR_BASE_DIR`` under the section |