summaryrefslogtreecommitdiffstats
path: root/sup
diff options
context:
space:
mode:
Diffstat (limited to 'sup')
-rwxr-xr-xsup5
1 files changed, 4 insertions, 1 deletions
diff --git a/sup b/sup
index c6cb304..eb7f71d 100755
--- a/sup
+++ b/sup
@@ -61,10 +61,13 @@ while :; do
echo ' --reset-after <number> reset the failed counter after this time'
exit 0
;;
- --|*)
+ --)
shift
break
;;
+ *)
+ break
+ ;;
esac
shift
done