Update THANKS file
[grml-debootstrap.git] / cmdlineopts.clp
index a513314..ea04eeb 100644 (file)
@@ -30,7 +30,7 @@ while :; do
   --iso|-i)            # Mountpoint where a Debian ISO is mounted to
     shift; _opt_iso="$1"
     ;;
-  --release|-r)        # Release of new Debian system (default: stable)
+  --release|-r)        # Release of new Debian system
     shift; _opt_release="$1"
     ;;
   --target|-t)         # Target partition (/dev/...) or directory
@@ -39,7 +39,7 @@ while :; do
   --mntpoint|-p)       # Mountpoint used for mounting the target system
     shift; _opt_mntpoint="$1"
     ;;
-  --debopt)            # Extra parameters passed to the debootstrap
+  --debopt)            # Extra parameters passed to the debootstrap command
     shift; _opt_debopt="$1"
     ;;
   --interactive)       # Use interactive mode (frontend)
@@ -70,7 +70,7 @@ while :; do
     _opt_scripts_set=T
     ;;
   --chroot-scripts)   # Execute chroot scripts from specified directory
-    shift; _opt_chroot_scripts_set="$1"
+    shift; _opt_chroot_scripts="$1"
     _opt_chroot_scripts_set=T
     ;;
   --keep_src_list)     # Do not overwrite user provided apt sources.list