aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-22 18:24:33 +0200
committerFlorian Dold <florian@dold.me>2023-09-22 18:24:33 +0200
commit00a2d77a750037a01993d5f488cd60f4681fe38c (patch)
tree3b4f48f25f715155734befeac3e199b92158807e
parent4b9a85aeb7cc1d5f279304ea57b558ae7ba3366e (diff)
downloadlibeufin-00a2d77a750037a01993d5f488cd60f4681fe38c.tar.gz
libeufin-00a2d77a750037a01993d5f488cd60f4681fe38c.tar.bz2
libeufin-00a2d77a750037a01993d5f488cd60f4681fe38c.zip
fix confusing help message
-rwxr-xr-xcontrib/libeufin-bank-dbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libeufin-bank-dbinit b/contrib/libeufin-bank-dbinit
index ba633f8f..8425070c 100755
--- 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