X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=cmdlineopts.clp;h=cc5c9ee81e9dd85fa4bf6595e22be53803c21853;hp=b7d7a2a40aef6606833743c3dfbfb330f812d858;hb=fb76b44f86374ee212d1334cc355d5f67b076aea;hpb=e2272afc468270922a68d0a091ec550e8e14bb6e diff --git a/cmdlineopts.clp b/cmdlineopts.clp index b7d7a2a..cc5c9ee 100644 --- a/cmdlineopts.clp +++ b/cmdlineopts.clp @@ -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)