commit acc18e8b9e17661e09b4f26c6d1016c4d846f4f3 parent 73086ebbf2a736380bd78f0ce68a8969f0eefd41 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 18 Dec 2020 03:23:57 -0500 format ‘console’ code blocks (five instances) Diffstat:
| M | manpages/taler-auditor-offline.1.rst | | | 20 | +++++++++++++++----- |
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/manpages/taler-auditor-offline.1.rst b/manpages/taler-auditor-offline.1.rst @@ -293,29 +293,39 @@ Examples Download public keys from an exchange (online) ---------------------------------------------- -$ taler-auditor-offline download > keys.json +.. code-block:: console + + $ taler-auditor-offline download > keys.json Show information about public keys (offline or online) ------------------------------------------------------ -$ taler-auditor-offline show < keys.json +.. code-block:: console + + $ taler-auditor-offline show < keys.json Sign public keys (offline) -------------------------- -$ taler-auditor-offline sign < keys.json > sigs.json +.. code-block:: console + + $ taler-auditor-offline sign < keys.json > sigs.json Upload auditor signatures (online) ---------------------------------- -$ taler-auditor-offline upload < sigs.json +.. code-block:: console + + $ taler-auditor-offline upload < sigs.json Download, sign and upload, all in one (online) ---------------------------------------------- Note that doing this is only recommended in non-production deployments. -$ taler-auditor-offline download sign upload +.. code-block:: console + + $ taler-auditor-offline download sign upload