libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 079c8385135464005af3fff552d4a5396c4719b3
parent 3159d2465376e6fcc5b55731976a26270b6cfae9
Author: MS <ms@taler.net>
Date:   Sun, 15 Jan 2023 19:20:15 +0100

CLI: help message

Diffstat:
Mcli/bin/libeufin-cli | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli @@ -173,7 +173,7 @@ def change_password(obj, username, new_password): check_response_status(resp) -@users.command("create", help="Create a new user") +@users.command("create", help="Create a new user without superuser privileges") @click.argument("username") @click.option( "--password",