X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=cmdlineopts.clp;h=ea04eebd471770a0bc50a6f71296803abc5d928a;hb=1f024ee24ee9d87705ee50e372bcf51210c7a6fd;hp=b7d7a2a40aef6606833743c3dfbfb330f812d858;hpb=8fb531a488c18a5f93ec415473182757c6f06444;p=grml-debootstrap.git diff --git a/cmdlineopts.clp b/cmdlineopts.clp index b7d7a2a..ea04eeb 100644 --- a/cmdlineopts.clp +++ b/cmdlineopts.clp @@ -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)