Skip to content

Commit 80baecd

Browse files
committed
update for 1.1.1 release
1 parent 2a98858 commit 80baecd

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Displays the current configuration, based on an existing configuration file at t
5656
`--required "list of labels to require"`
5757
Optional lists of ignored and/or required labels can be added to fine-tune the installation operation. See the section "*Ignored and Required Labels*" for more details.
5858

59+
`--everywhere` Allows for searching the entire filesystem for applications during discovery. By default, apps installed in /Applications, /usr/local and /Library are discovered.
60+
5961
`--config "path to config file"` Override the default configuration file location for `--read --write` or `--install` options.
6062

6163
`--pathtoinstallomator "path to Installomator.sh"` Overrides the default Installomator path for `--install` option.

patchomator.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ usage() {
160160
echo "\t${BOLD}-w | --write \t${RESET} Write Config. Creates a new config file or refreshes an existing one."
161161
echo "\t${BOLD}-r | --read \t${RESET} Read Config. Parses and displays an existing config file. \n\tDefault path ${YELLOW}/Library/Application Support/Patchomator/patchomator.plist${RESET}"
162162
echo "\t${BOLD}-c | --config \"path to config file\" \t${RESET} Overrides default configuration file location."
163+
echo "\t${BOLD}--everywhere\t${RESET} Search the entire filesystem for matching apps."
163164
echo "\t${BOLD}-y | --yes \t${RESET} Non-interactive mode. Accepts the default (usually nondestructive) choice at each prompt. Use with caution."
164165
echo "\t${BOLD}-q | --quiet \t${RESET} Quiet mode. Minimal output."
165166
echo "\t${BOLD}-v | --verbose \t${RESET} Verbose mode. Logs more information to stdout. Overrides ${BOLD}--quiet${RESET}"
@@ -168,7 +169,7 @@ usage() {
168169
echo "\t${BOLD}-p | --pathtoinstallomator \"path to Installomator.sh\"${RESET}\n\tDefault Installomator Path ${YELLOW}/usr/local/Installomator/Installomator.sh${RESET}"
169170
echo "\t${BOLD}--options \"option1=value, option2=value, ...\"${RESET}\n\tCommand line options passed through to Installomator.${RESET}"
170171
echo "\t${BOLD}-h | --help \t${RESET} Show this text and exit.\n"
171-
echo "${YELLOW}See readme for more options and examples: ${BOLD}https://github.com/mac-nerd/Patchomator{RESET}"
172+
echo "${YELLOW}See readme for more options and examples: ${BOLD}https://github.com/mac-nerd/Patchomator${RESET}"
172173
exit 0
173174
}
174175

0 commit comments

Comments
 (0)