summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-02 18:18:29 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-02 18:18:29 -0500
commite4829d273e6108583151d25173a47e348cdfcb48 (patch)
treee6647c0bb75fc4cde631621ead10c70004cb9835 /libeufin
parent8a0a03ffd63541cd667d7fee7855204856e27c52 (diff)
downloaddocs-e4829d273e6108583151d25173a47e348cdfcb48.tar.gz
docs-e4829d273e6108583151d25173a47e348cdfcb48.tar.bz2
docs-e4829d273e6108583151d25173a47e348cdfcb48.zip
show in example ‘libeufin-nexus superuser’ w/ ‘--password’
Move the "interactively be asked" blurb to the explanatory para following the example.
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/nexus-tutorial.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 41daace3..c952a242 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -257,8 +257,9 @@ At this point a superuser account needs to be created:
.. code-block:: console
- $ libeufin-nexus superuser foo # Will interactively ask for password
+ $ libeufin-nexus superuser foo --password secret
+If you omit ``--password secret``, you will interactively be asked for a password.
For simplicity, a superuser can as well act as a normal user, but an API
to create less privileged users is offered.