gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 11/21: add backslash+LF to ‘code-block console’ commands (t


From: gnunet
Subject: [taler-docs] 11/21: add backslash+LF to ‘code-block console’ commands (three instances)
Date: Wed, 27 Jan 2021 02:35:55 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit 507c586281f427afd61913cd2f9a4e8e44e2fe0f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Jan 20 21:38:30 2021 -0500

    add backslash+LF to ‘code-block console’ commands (three instances)
---
 libeufin/nexus-tutorial.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index cedee09..9c6316d 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -213,13 +213,16 @@ For example:
 
 .. code-block:: console
 
-  $ libeufin-nexus serve 
--db-conn-string=jdbc:postgresql://127.0.0.1:5433/libeufindb?user=foo&password=secret
+  $ libeufin-nexus serve \
+      
--db-conn-string=jdbc:postgresql://127.0.0.1:5433/libeufindb?user=foo&password=secret
 
 At this point a superuser account needs to be created:
 
 .. code-block:: console
 
-  $ libeufin-nexus superuser 
--db-conn-string=jdbc:postgresql://127.0.0.1:5433/libeufindb?user=foo&password=secret
 foo # Will interactively ask for password
+  $ libeufin-nexus superuser \
+      
--db-conn-string=jdbc:postgresql://127.0.0.1:5433/libeufindb?user=foo&password=secret
 \
+      foo # Will interactively ask for password
 
 For simplicity, a superuser can as well act as a normal user, but an API
 to create less privileged users is offered.

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