updating Usage output format

This commit is contained in:
Christer Edwards
2019-11-22 22:03:48 -07:00
parent 4ff0e34a66
commit 036def57e2

View File

@@ -31,7 +31,7 @@
. /usr/local/share/bastille/colors.pre.sh
usage() {
echo -e "${COLOR_RED}Usage: bastille pkg [ALL|glob] 'pkg command'${COLOR_RESET}"
echo -e "${COLOR_RED}Usage: bastille pkg TARGET command [args]${COLOR_RESET}"
exit 1
}