summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2023-12-04 18:56:54 +0000
committerAntoine A <>2023-12-04 18:57:24 +0000
commit8bd7e59e9e0afee03aebdfb2ed2607d42aaa160f (patch)
tree0b5967190c4a58a5fe40fe4a905a9824736ec48f
parentff858f12a75e2988815bb74bed4add0c2e3b842b (diff)
downloaddocs-8bd7e59e9e0afee03aebdfb2ed2607d42aaa160f.tar.gz
docs-8bd7e59e9e0afee03aebdfb2ed2607d42aaa160f.tar.bz2
docs-8bd7e59e9e0afee03aebdfb2ed2607d42aaa160f.zip
Update libeufin-bank documentation
-rw-r--r--manpages/libeufin-bank.1.rst30
1 files changed, 24 insertions, 6 deletions
diff --git a/manpages/libeufin-bank.1.rst b/manpages/libeufin-bank.1.rst
index accb8f84..d54ad8ba 100644
--- a/manpages/libeufin-bank.1.rst
+++ b/manpages/libeufin-bank.1.rst
@@ -55,7 +55,7 @@ Its options are as follows:
**-h** \| **--help**
Print short help on options.
-**-c** \| **--config** \ ‌\ *FILENAME*
+**-c** \| **--config** *FILENAME*
Specifies the configuration file.
**-r** \| **--reset**
If present, deletes any database table (WARNING: potential data loss)
@@ -70,7 +70,7 @@ Its options are as follows:
**-h** \| **--help**
Print short help on options.
-**-c** \| **--config** \ ‌\ *FILENAME*
+**-c** \| **--config** *FILENAME*
Specifies the configuration file.
create-account
@@ -78,14 +78,32 @@ create-account
This command create a bank account and prints its payto://-URI to STDOUT.
-It takes one argument, the JSON body of an account creation request via the Rest API.
-
Its options are as follows:
**-h** \| **--help**
Print short help on options.
-**-c** \| **--config** \ ‌\ *FILENAME*
+**-c** \| **--config** *FILENAME*
Specifies the configuration file.
+**-u** \| **--username** *USERNAME*
+ Account unique username.
+**-p** \| **--password** *PASSWORD*
+ Account password used for authentication.
+**--name** *NAME*
+ Legal name of the account owner.
+**--public**
+ Make this account visible to anyone.
+**--exchange**
+ 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 a fiant account who receive cashout amount.
+**--internal_payto_uri** *PAYTO_URI*
+ Payto URI of this account.
+**--debit_threshold** *AMOUNT*
+ Max debit allowed for this account.
passwd
------
@@ -98,7 +116,7 @@ Its options are as follows:
**-h** \| **--help**
Print short help on options.
-**-c** \| **--config** \ ‌\ *FILENAME*
+**-c** \| **--config** *FILENAME*
Specifies the configuration file.
config