summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap b/debootstrap
index 084a541..7875c5b 100755
--- a/debootstrap
+++ b/debootstrap
@@ -360,7 +360,7 @@ if [ $# != 0 ] ; then
CHECKCERTIF="--no-check-certificate"
shift
;;
- --*)
+ -*)
error 1 BADARG "unrecognized or invalid option %s" "$1"
;;
*)