aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/untill4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/untill b/bin/untill
index 403717f..030f921 100755
--- a/bin/untill
+++ b/bin/untill
@@ -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)