-implement --help for taler-bank-manage-testing
This commit is contained in:
parent
fe3192a13e
commit
973c671679
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
if [ "$1" -eq "--help" ];
|
if [ "$1" = "--help" ];
|
||||||
then
|
then
|
||||||
echo "This is a tool to launch a libeufin based bank for testing."
|
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."
|
echo "Call using: Nexus port number, SQLite file path, exchange base URL, config file path."
|
||||||
|
Loading…
Reference in New Issue
Block a user