commit 00a2d77a750037a01993d5f488cd60f4681fe38c
parent 4b9a85aeb7cc1d5f279304ea57b558ae7ba3366e
Author: Florian Dold <florian@dold.me>
Date: Fri, 22 Sep 2023 18:24:33 +0200
fix confusing help message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/libeufin-bank-dbinit b/contrib/libeufin-bank-dbinit
@@ -18,7 +18,7 @@ usage_and_exit () {
echo
echo 'Supported options:'
echo ' -d DB_CONN -- required. Pass DB_CONN as the postgres connection string. Passed verbatim to Psql'
- echo ' -l LOC -- required. Pass LOC as the SQL files location. Typically $prefix/share/libeufin/sql'
+ echo ' -l LOC -- required. Pass LOC as the SQL files location. Typically $prefix/share/libeufin/sql/bank'
echo ' -h -- print this help'
echo ' -r -- drop all the tables before creating them again'
exit 0