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
|
filterPasswordOptions
|
||||||
[[ "${verbose}" == true ]] && moduleOptions+=(-v)
|
[[ "${verbose}" == true ]] && moduleOptions+=(-v)
|
||||||
[[ -n ${logfile} ]] && moduleOptions+=(-d ${logfile})
|
[[ -n ${logfile} ]] && moduleOptions+=(-d ${logfile})
|
||||||
[[ -n ${noninteractive} ]] && moduleOptions+=(--noninteractive)
|
|
||||||
lop -- -d "Running ${mod}" -d "with ${#moduleOptions} args:" -d "${filteredOptions}"
|
lop -- -d "Running ${mod}" -d "with ${#moduleOptions} args:" -d "${filteredOptions}"
|
||||||
runModule ${mod} ${moduleOptions}
|
runModule ${mod} ${moduleOptions}
|
||||||
done
|
done
|
||||||
|
|||||||
@@ -276,10 +276,10 @@ function getUsage() {
|
|||||||
Options:
|
Options:
|
||||||
--filevault-fullname NAME Full name of the designated FileVault user. An
|
--filevault-fullname NAME Full name of the designated FileVault user. An
|
||||||
existing FileVault user will be renamed to that
|
existing FileVault user will be renamed to that
|
||||||
name${defaultFullnameStr}.
|
name ${defaultFullnameStr}.
|
||||||
--filevault-username NAME Username of the designated FileVault user. An
|
--filevault-username NAME Username of the designated FileVault user. An
|
||||||
existing FileVault user will be renamed to that
|
existing FileVault user will be renamed to that
|
||||||
name${defaultUsernameStr}.
|
name ${defaultUsernameStr}.
|
||||||
--filevault-password PASSWORD Password of the designated FileVault user. The password
|
--filevault-password PASSWORD Password of the designated FileVault user. The password
|
||||||
an existing FileVault user will not be changed.
|
an existing FileVault user will not be changed.
|
||||||
--filevault-picture PATH_TO_PIC The path to the picture that shall be made the FileVault
|
--filevault-picture PATH_TO_PIC The path to the picture that shall be made the FileVault
|
||||||
|
|||||||
Reference in New Issue
Block a user