summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/runmirrors8
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/runmirrors b/bin/runmirrors
index 60471d6..4a3ef51 100755
--- a/bin/runmirrors
+++ b/bin/runmirrors
@@ -66,12 +66,8 @@ if [ $# -gt 0 ]; then
exit 0
;;
- \?) echo "Unknown option \"-$OPTARG\"."
- echo -e $HELP
- exit 1
- ;;
- :) echo "Option \"-$OPTARG\" needs an argument."
- echo -e $HELP
+ *) echo "Invalid usage"
+ echo -e $HELP
exit 1
;;
esac