gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: use ‘.. code-block:: console’


From: gnunet
Subject: [taler-docs] branch master updated: use ‘.. code-block:: console’
Date: Fri, 04 Dec 2020 10:12:31 +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 fd6d919  use ‘.. code-block:: console’
fd6d919 is described below

commit fd6d919d217968fa758ed6f329419bdaf0e0424f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Dec 4 04:11:11 2020 -0500

    use ‘.. code-block:: console’
---
 checklist-demo-upgrade.rst | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/checklist-demo-upgrade.rst b/checklist-demo-upgrade.rst
index 87d35b6..5eb0051 100644
--- a/checklist-demo-upgrade.rst
+++ b/checklist-demo-upgrade.rst
@@ -11,9 +11,14 @@ Post-upgrade checks:
 - |check| Run ``taler-deployment-arm -I`` to verify that all services are 
running.
 - |check| Run the headless wallet to check that services are actually working:
 
-  .. code-block:: sh
-
-    taler-wallet-cli integrationtest -e https://exchange.demo.taler.net/ -m 
https://backend.demo.taler.net/ -b https://bank.demo.taler.net -w "KUDOS:10" -s 
"KUDOS:5"
+  .. code-block:: console
+
+     $ taler-wallet-cli integrationtest \
+         -e https://exchange.demo.taler.net/ \
+         -m https://backend.demo.taler.net/ \
+         -b https://bank.demo.taler.net \
+         -w "KUDOS:10" \
+         -s "KUDOS:5"
 
 Basics:
 

-- 
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]