summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/debootstrap b/debootstrap
index 7ea65e5..0e1b10e 100755
--- a/debootstrap
+++ b/debootstrap
@@ -280,6 +280,9 @@ if [ $# != 0 ] ; then
error 1 NEEDARG "option requires an argument %s" "$1"
fi
;;
+ --*)
+ error 1 BADARG "unrecognized or invalid option %s" "$1"
+ ;;
*)
break
;;