diff options
-rwxr-xr-x | bin/untill | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ help() { Options: -n SECONDS the amount of seconds to sleep between - attempts (default: 60) + attempts (default: 5) -h, --help show this message @@ -52,7 +52,7 @@ for flag in "$@"; do esac done -_SECONDS=60 +_SECONDS=5 while getopts 'n:h' flag; do case "$flag" in n) |