aboutsummaryrefslogtreecommitdiff
path: root/bin/httpno
diff options
context:
space:
mode:
Diffstat (limited to 'bin/httpno')
-rwxr-xr-xbin/httpno10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/httpno b/bin/httpno
index a03d5cb..d854331 100755
--- a/bin/httpno
+++ b/bin/httpno
@@ -53,27 +53,27 @@ DATA() {
for flag in "$@"; do
case "$flag" in
- --)
+ (--)
break
;;
- --help)
+ (--help)
usage
help
exit
;;
- *)
+ (*)
;;
esac
done
while getopts 'h' flag; do
case "$flag" in
- h)
+ (h)
usage
help
exit
;;
- *)
+ (*)
usage >&2
exit 2
;;