-implement --help for taler-bank-manage-testing

This commit is contained in:
Christian Grothoff 2023-01-11 13:38:10 +01:00
parent e38f321793
commit fe3192a13e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -11,7 +11,7 @@
set -eu
if [ "$1" -eq "--help ];
if [ "$1" -eq "--help" ];
then
echo "This is a tool to launch a libeufin based bank for testing."
echo "Call using: Nexus port number, SQLite file path, exchange base URL, config file path."