summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.