aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-12-05 09:34:18 +0000
committerAntoine A <>2023-12-05 09:34:18 +0000
commit07b0af9cf9bcc251f4ef2fad871a8c64084ba14c (patch)
treef26d661e23467320c9b8730cdfbeb1761ffaab7a
parent8bd7e59e9e0afee03aebdfb2ed2607d42aaa160f (diff)
downloaddocs-07b0af9cf9bcc251f4ef2fad871a8c64084ba14c.tar.gz
docs-07b0af9cf9bcc251f4ef2fad871a8c64084ba14c.tar.bz2
docs-07b0af9cf9bcc251f4ef2fad871a8c64084ba14c.zip
Update libeufin-bank documentation
-rw-r--r--manpages/libeufin-bank.1.rst29
1 files changed, 28 insertions, 1 deletions
diff --git a/manpages/libeufin-bank.1.rst b/manpages/libeufin-bank.1.rst
index d54ad8ba..3e3a0a42 100644
--- a/manpages/libeufin-bank.1.rst
+++ b/manpages/libeufin-bank.1.rst
@@ -105,12 +105,39 @@ Its options are as follows:
**--debit_threshold** *AMOUNT*
Max debit allowed for this account.
+
+edit-account
+--------------
+
+This command edit an existing account.
+
+It takes one argument, the account username.
+
+Its options are as follows:
+
+**-h** \| **--help**
+ Print short help on options.
+**-c** \| **--config** *FILENAME*
+ Specifies the configuration file.
+**--name** *NAME*
+ Legal name of the account owner.
+**--exchange** *true|false*
+ Make this account a taler exchange.
+**--email** *EMAIL*
+ E-Mail address used for TAN transmission.
+**--phone** *PHONE_NUMBER*
+ Phone number used for TAN transmission.
+**--cashout_payto_uri** *PAYTO_URI*
+ Payto URI of this account.
+**--debit_threshold** *AMOUNT*
+ Max debit allowed for this account.
+
passwd
------
This command change any account password.
-It takes two arguments, the account login and the account new password.
+It takes two arguments, the account username and the account new password.
Its options are as follows: