[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.
- [taler-docs] branch master updated (db383fd -> dcd0deb), gnunet, 2021/01/26
- [taler-docs] 02/21: fix typo: don't include ‘$’ in ‘PATH’ reference, gnunet, 2021/01/26
- [taler-docs] 03/21: say "environment" variable when referring to ‘PATH’, gnunet, 2021/01/26
- [taler-docs] 04/21: diction: say " and " instead of "+", gnunet, 2021/01/26
- [taler-docs] 01/21: fix typo: s/Setting up the Sandbox/Configuring the Sandbox/, gnunet, 2021/01/26
- [taler-docs] 10/21: add :ref: to ‘Sandbox API’, gnunet, 2021/01/26
- [taler-docs] 07/21: add comment/question re ‘libeufin-cli sandbox check’, gnunet, 2021/01/26
- [taler-docs] 09/21: use ``, not *, to mark up ‘bankaccount’, gnunet, 2021/01/26
- [taler-docs] 05/21: fix typo: s/command line/command-line/, gnunet, 2021/01/26
- [taler-docs] 06/21: add leading "$" to ‘code-block console’ command, gnunet, 2021/01/26
- [taler-docs] 11/21: add backslash+LF to ‘code-block console’ commands (three instances),
gnunet <=
- [taler-docs] 20/21: answer question, gnunet, 2021/01/26
- [taler-docs] 13/21: simplify sentence a bit, gnunet, 2021/01/26
- [taler-docs] 14/21: remove spurious "(4)", gnunet, 2021/01/26
- [taler-docs] 12/21: expand from "step (2)" to "the previous step (etc)", gnunet, 2021/01/26
- [taler-docs] 19/21: delete spurious "to", gnunet, 2021/01/26
- [taler-docs] 15/21: be explicit: say "bank's keys", gnunet, 2021/01/26
- [taler-docs] 17/21: fix typo: add "has", gnunet, 2021/01/26
- [taler-docs] 08/21: use ``, not ", to mark up ‘testacct01’, gnunet, 2021/01/26
- [taler-docs] 21/21: change command name, gnunet, 2021/01/26
- [taler-docs] 16/21: add comma, gnunet, 2021/01/26