commit 6e6985fa8545dd7104914cd2f430997b4f65fe40 parent e04fcc21a7417be7288f0bcabf466e73e873fe17 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 25 Aug 2022 19:54:27 +0200 document new -s flag of taler-fakebank-run Diffstat:
| M | manpages/taler-fakebank-run.1.rst | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/manpages/taler-fakebank-run.1.rst b/manpages/taler-fakebank-run.1.rst @@ -17,6 +17,7 @@ Synopsis [**-L** *LOGLEVEL* | **--loglevel=**\ \ *LOGLEVEL*] [**-l** *FILENAME* | **--logfile=**\ \ *FILENAME*] [**-n** *N* | **--num-threads=**\ \ *N*] +[**-s** *AMOUNT* | **--signup-bonus=**\ \ *AMOUNT*] [**-v** | **--version**] Description @@ -49,6 +50,9 @@ Its options are as follows: **-n** *N* \| **--num-threads=**\ \ *N* Use *N* threads in the thread pool. +**-s** *AMOUNT* \| **--signup-bonus=**\ \ *AMOUNT* + Credit newly registered accounts with a balance of *AMOUNT*. Unlike other banks, this initial balance will be created out of thin air and not via a wire transfer from some bank-internal account. + **-v** \| **--version** Print version information.