Skip to content

Commit

Permalink
Adjust source code comment for --nopassword option
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed May 14, 2012
1 parent 8cf8a43 commit 14021b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmdlineopts.clp
Expand Up @@ -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
Expand Down

0 comments on commit 14021b8

Please sign in to comment.