exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 2b115add47166ad1dc9641ec2f3ed1730bf0fc7a
parent 3ea15f2e77ae11ca0052ae9bf9e6b33d7ea19c9f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 Jan 2024 17:57:48 +0100

add option to -h

Diffstat:
Msrc/testing/taler-unified-setup.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh @@ -126,6 +126,7 @@ while getopts ':abc:d:DeEfghkL:mMnr:stu:vwWz' OPTION; do echo ' -f -- start fakebank' echo ' -g -- start taler-exchange-aggregator' echo ' -h -- print this help' + echo ' -k -- start challenger (KYC service)' # shellcheck disable=SC2016 echo ' -L $LOGLEVEL -- set log level' echo ' -m -- start taler-merchant'