gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: fix CLI flag


From: gnunet
Subject: [libeufin] branch master updated: fix CLI flag
Date: Wed, 12 Jan 2022 20:26:37 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 9e027f77 fix CLI flag
9e027f77 is described below

commit 9e027f7747b6238d20eda2268b4eafc0c4d6c0e7
Author: ms <ms@taler.net>
AuthorDate: Wed Jan 12 20:26:33 2022 +0100

    fix CLI flag
---
 cli/bin/libeufin-cli | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index ac506169..e02461eb 100755
--- 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):

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]