Tweak help text

This commit is contained in:
Greg Neagle
2020-08-23 18:49:06 -07:00
parent 631095fc78
commit d5474f9271
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ fi
usage() {
cat <<EOF
Usage: $(basename "$0") [-i id] [-r root] [-o dir] [-c package] [-s cert]
Usage: $(basename "$0") [<options>]
-i id Set the base package bundle ID
-r root Set the Munki source root

View File

@@ -12,7 +12,7 @@ BRANCH="main"
usage() {
cat <<EOF
Usage: $(basename "$0") [-b branch ] [-r revision] [make_munki_mpkg.sh options]"
Usage: $(basename "$0") [-b branch ] [-r revision] [<make_munki_mpkg.sh options>]"
-b branch Git branch to clone (main is the default)
-r revision Git revision to check out (HEAD is the default)