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

This commit is contained in:
Christian Grothoff 2023-01-11 13:38:34 +01:00
parent fe3192a13e
commit 973c671679
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" = "--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."