gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/08: help message


From: gnunet
Subject: [libeufin] 01/08: help message
Date: Wed, 08 Feb 2023 14:32:17 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit 3376028b1b3129ddf30ef029aab543e343e57b7c
Author: MS <ms@taler.net>
AuthorDate: Fri Feb 3 17:47:14 2023 +0100

    help message
---
 cli/bin/libeufin-cli | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 68c38e2b..ebd16ebf 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -1164,7 +1164,8 @@ def sandbox_ebicsbankaccount(ctx):
 
 
 @sandbox_ebicsbankaccount.command(
-    "create", help="Create a bank account for a EBICS subscriber."
+    "create",
+    help="Create a bank account for an existing EBICS subscriber.  This 
operation is deprecated because it doesn't associate any user profile to the 
bank account being created."
 )
 @click.option("--iban", help="IBAN", required=True)
 @click.option("--bic", help="BIC", required=True)
@@ -1376,7 +1377,7 @@ def sandbox_demobank_register(obj, public, name, iban):
     check_response_status(resp)
 
 @sandbox_demobank.command("new-ebicssubscriber",
-    help="Associate a new Ebics subscriber to a existing bank account."
+    help="Associate a new Ebics subscriber to an existing bank account."
 )
 @click.option("--host-id", help="Ebics host ID", required=True)
 @click.option("--partner-id", help="Ebics partner ID", required=True)

-- 
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]