taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 7671d1008b40253bd53b68670c5b81f8b21d7493
parent 495b10e34d19319186494d83b0dbb5ec3dde4dc9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 13 Jan 2024 15:44:29 +0100

-t option was removed

Diffstat:
Mcontrib/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 @@ -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"