diff --git a/code/tools/make_munki_mpkg.sh b/code/tools/make_munki_mpkg.sh index 1a280dc3..8b03c33e 100755 --- a/code/tools/make_munki_mpkg.sh +++ b/code/tools/make_munki_mpkg.sh @@ -44,7 +44,7 @@ Usage: $(basename "$0") [-i id] [-r root] [-o dir] [-c package] [-s cert] -i id Specify the base package bundle ID -r root Specify the Munki source root -o dir Specify the output directory - -n orgname Specify the name of the organzation + -n orgname Specify the name of the organization -p Build Python.framework even if one exists -B Include a package that sets Munki's bootstrap mode -m Build the package in a manner suitable for install via MDM; diff --git a/code/tools/make_munki_mpkg_from_git.sh b/code/tools/make_munki_mpkg_from_git.sh index be9456ee..1f18e35a 100755 --- a/code/tools/make_munki_mpkg_from_git.sh +++ b/code/tools/make_munki_mpkg_from_git.sh @@ -20,7 +20,7 @@ Usage: $(basename "$0") [-b branch ] [-r revision] [ The remaining options are passed to make_munki_pkg.sh: -i id Specify the base package bundle ID -o dir Specify the output directory - -n orgname Specify the name of the organzation + -n orgname Specify the name of the organization -p Build Python.framework even if one exists -B Include a package that sets Munki's bootstrap mode -m Build the package in a manner suitable for install via MDM;