From: Michael Prokop Date: Mon, 14 May 2012 16:21:10 +0000 (+0200) Subject: Adjust source code comment for --nopassword option X-Git-Tag: v0.51~1 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=14021b8343b811cd7aec6107e03d439ba4a69d7f;ds=inline Adjust source code comment for --nopassword option --- diff --git a/cmdlineopts.clp b/cmdlineopts.clp index 923cd50..a0dd2fe 100644 --- a/cmdlineopts.clp +++ b/cmdlineopts.clp @@ -107,7 +107,7 @@ while :; do --password) # Use specified password as password for user root shift; _opt_password="$1" ;; - --nopassword) # Use specified password as password for user root + --nopassword) # Skip password dialog _opt_nopassword=T ;; --grmlrepos) # Enable Grml repository