Convert indention from spaces to tabs
This commit is contained in:
committed by
T. R. Bernstein
parent
4096da8d4d
commit
545d95bd9c
@@ -61,7 +61,6 @@ function installModules() {
|
||||
filterPasswordOptions
|
||||
[[ "${verbose}" == true ]] && moduleOptions+=(-v)
|
||||
[[ -n ${logfile} ]] && moduleOptions+=(-d ${logfile})
|
||||
[[ -n ${noninteractive} ]] && moduleOptions+=(--noninteractive)
|
||||
lop -- -d "Running ${mod}" -d "with ${#moduleOptions} args:" -d "${filteredOptions}"
|
||||
runModule ${mod} ${moduleOptions}
|
||||
done
|
||||
|
||||
@@ -276,10 +276,10 @@ function getUsage() {
|
||||
Options:
|
||||
--filevault-fullname NAME Full name of the designated FileVault user. An
|
||||
existing FileVault user will be renamed to that
|
||||
name${defaultFullnameStr}.
|
||||
name ${defaultFullnameStr}.
|
||||
--filevault-username NAME Username of the designated FileVault user. An
|
||||
existing FileVault user will be renamed to that
|
||||
name${defaultUsernameStr}.
|
||||
name ${defaultUsernameStr}.
|
||||
--filevault-password PASSWORD Password of the designated FileVault user. The password
|
||||
an existing FileVault user will not be changed.
|
||||
--filevault-picture PATH_TO_PIC The path to the picture that shall be made the FileVault
|
||||
|
||||
Reference in New Issue
Block a user