gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: format ‘console’ code blocks (five i


From: gnunet
Subject: [taler-docs] branch master updated: format ‘console’ code blocks (five instances)
Date: Fri, 18 Dec 2020 09:25:48 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new acc18e8  format ‘console’ code blocks (five instances)
acc18e8 is described below

commit acc18e8b9e17661e09b4f26c6d1016c4d846f4f3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Dec 18 03:23:57 2020 -0500

    format ‘console’ code blocks (five instances)
---
 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
index 339ed21..001768c 100644
--- 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
 
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]