aboutsummaryrefslogtreecommitdiff
path: root/cli/bin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-02-03 17:47:14 +0100
committerMS <ms@taler.net>2023-02-03 17:47:14 +0100
commit3376028b1b3129ddf30ef029aab543e343e57b7c (patch)
tree94d42a120ed646fd73cb91474f9c8b6ef5f4ad13 /cli/bin
parent64c2d251bf0498949d2b55c35ad2d6baadd426eb (diff)
downloadlibeufin-3376028b1b3129ddf30ef029aab543e343e57b7c.tar.gz
libeufin-3376028b1b3129ddf30ef029aab543e343e57b7c.tar.bz2
libeufin-3376028b1b3129ddf30ef029aab543e343e57b7c.zip
help message
Diffstat (limited to 'cli/bin')
-rwxr-xr-xcli/bin/libeufin-cli5
1 files 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)