Skip to content

Commit

Permalink
Fix: Update Usage Message for runformula.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreatwood committed Nov 18, 2024
1 parent dc1c50e commit 159a71e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions homebrew/runformula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ if [ "$do_error" = true ]; then do_usage=true; fi

if [ "$do_usage" = true ]; then
echo "Usage: $(basename "$0") [-h] [--help] [-y] [--HEAD]"
echo " -h Prints usage message, then exits"
echo " --help Prints usage message, then exits"
echo " --HEAD Tests with head of pistache master"
echo " (otherwise, tests with pistache release)"
echo " -y Answer yes to questions (i.e. do audit)"
echo " -h Prints usage message, then exits"
echo " --help Prints usage message, then exits"
echo " --HEAD Tests with head of pistache master"
echo " (otherwise, tests with pistache release)"
echo " -y Answer yes to questions (i.e. do audit)"
echo " --skipaudit Skips brew audit; overrides -y for audit question"
if [ "$do_yes" = true ] || [ "$do_head" = true ]; then
echo "Error: Usage requested with other options"
do_error=true
Expand Down

0 comments on commit 159a71e

Please sign in to comment.