diff --git a/usr/local/share/bastille/pkg.sh b/usr/local/share/bastille/pkg.sh index 85bbefa6..73b41d63 100644 --- a/usr/local/share/bastille/pkg.sh +++ b/usr/local/share/bastille/pkg.sh @@ -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 }