taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit e4829d273e6108583151d25173a47e348cdfcb48
parent 8a0a03ffd63541cd667d7fee7855204856e27c52
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue,  2 Feb 2021 18:18:29 -0500

show in example ‘libeufin-nexus superuser’ w/ ‘--password’

Move the "interactively be asked" blurb to the explanatory para following the example.

Diffstat:
Mlibeufin/nexus-tutorial.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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.