commit 9e027f7747b6238d20eda2268b4eafc0c4d6c0e7
parent 3059e32bf70bf25f58d65dbf4238c7d6906a589f
Author: ms <ms@taler.net>
Date: Wed, 12 Jan 2022 20:26:33 +0100
fix CLI flag
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
@@ -1260,10 +1260,9 @@ will be both the username to login at the bank and the bank account
label"""
)
@click.option(
- "--public",
- required=False,
+ "--public/--no-public",
default=False,
- help="Creates a public bank account",
+ help="Decides whether a bank account is public.",
)
@click.pass_obj
def sandbox_demobank_register(obj, public):