Compare commits

...

3 Commits

Author SHA1 Message Date
ida schmidt 85a9a824dc a little clearer recipe language 2023-06-03 15:46:03 -07:00
ida schmidt 2efa627b8b better help formatting 2023-06-03 15:44:11 -07:00
ida schmidt 9d2b4916d5 fix help 2023-06-03 15:42:52 -07:00
1 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,9 @@ PWD="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" # find the pizza wor
function pizzahelp { # this only prints help text function pizzahelp { # this only prints help text
echo "Pizza Calculator: The pizza script you never asked for" echo "Pizza Calculator: The pizza script you never asked for"
echo echo
echo "Usage: ./pizza.sh [-f <N>] [<flour weight>g|<pan diameter>(in|inch|\")] echo "Usage: ./pizza.sh [-f <N>] [<flour weight>g|<pan diameter>(in|inch|\")]"
echo " ./pizza.sh [-h]" echo " ./pizza.sh [-h]"
echo " ./pizza.sh [-r]" echo " ./pizza.sh [-r]"
echo "Options:" echo "Options:"
echo " -h Print this help" echo " -h Print this help"
echo " -r Print the recipe" echo " -r Print the recipe"
@ -22,7 +22,7 @@ function pizzahelp { # this only prints help text
function pizzarecipe { function pizzarecipe {
echo "How to make the calculator pizza, stand mixer edition:" echo "How to make the calculator pizza, stand mixer edition:"
echo " 1: warm beer to ~100f, combine with sugar, then yeast in mixing bowl" echo " 1: warm beer to ~100f, combine with sugar and yeast in mixing bowl"
echo " 2: then add salt, oil, monosodium glutamate, and butter extract" echo " 2: then add salt, oil, monosodium glutamate, and butter extract"
echo " 3: mix for 4 minutes, then shape into ball" echo " 3: mix for 4 minutes, then shape into ball"
echo " 4: rise for 15 minutes" echo " 4: rise for 15 minutes"