gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-mdb] branch master updated: -t option was removed


From: gnunet
Subject: [taler-taler-mdb] branch master updated: -t option was removed
Date: Sat, 13 Jan 2024 15:44:32 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 7671d10  -t option was removed
7671d10 is described below

commit 7671d1008b40253bd53b68670c5b81f8b21d7493
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 13 15:44:29 2024 +0100

    -t option was removed
---
 contrib/taler-mdb-network-check.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/contrib/taler-mdb-network-check.sh 
b/contrib/taler-mdb-network-check.sh
index 90f1471..9edddab 100755
--- a/contrib/taler-mdb-network-check.sh
+++ b/contrib/taler-mdb-network-check.sh
@@ -41,7 +41,7 @@ CONF="$HOME/.config/taler.conf"
 FAIL_PROG="echo"
 
 # Parse command-line options
-while getopts ':c:f:ht:' OPTION; do
+while getopts ':c:f:h' OPTION; do
     case "$OPTION" in
         c)
             CONF="$OPTARG"
@@ -55,8 +55,6 @@ while getopts ':c:f:ht:' OPTION; do
             echo '  -c $CONF     -- set configuration'
             # shellcheck disable=SC2016
             echo '  -f $CMD      -- command to run to display failures'
-            # shellcheck disable=SC2016
-            echo '  -t $HOSTNAME -- target hostname (required)'
             ;;
         ?)
             exit_fail "Unrecognized command line option"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]