aboutsummaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-01-28 20:52:57 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-01-28 20:52:57 +0100
commit4af5dda67b77e90d997d5aa0e7ac5cdf1184e627 (patch)
treeebea3b249d89f29f791599e02cdb00244cfcac09 /sandbox
parent1dbb8bf557401d67999e32fd1aaeb19c302f4f90 (diff)
downloadlibeufin-4af5dda67b77e90d997d5aa0e7ac5cdf1184e627.tar.gz
libeufin-4af5dda67b77e90d997d5aa0e7ac5cdf1184e627.tar.bz2
libeufin-4af5dda67b77e90d997d5aa0e7ac5cdf1184e627.zip
option
Diffstat (limited to 'sandbox')
-rwxr-xr-xsandbox/src/main/python/libeufin-cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/main/python/libeufin-cli b/sandbox/src/main/python/libeufin-cli
index 1abeefe6..8142ffec 100755
--- a/sandbox/src/main/python/libeufin-cli
+++ b/sandbox/src/main/python/libeufin-cli
@@ -112,7 +112,7 @@ def native(ctx, sandbox_base_url):
@ebics.command(help="Send the HEV message to the bank.")
@click.pass_obj
@click.option(
- "--customer_id",
+ "--customer-id",
help="Customer id",
required=True
)