[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: fix confusing help message
From: |
gnunet |
Subject: |
[libeufin] branch master updated: fix confusing help message |
Date: |
Fri, 22 Sep 2023 18:24:30 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 00a2d77a fix confusing help message
00a2d77a is described below
commit 00a2d77a750037a01993d5f488cd60f4681fe38c
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Sep 22 18:24:33 2023 +0200
fix confusing help message
---
contrib/libeufin-bank-dbinit | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: fix confusing help message,
gnunet <=