diff --git a/build b/build index 06fd006..958cdf0 100755 --- a/build +++ b/build @@ -35,7 +35,7 @@ if [[ "$#" -lt 1 ]]; then echo -e ""; echo -e "${CSECTION}Available actions${RS}"; echo -e " ${CACTION}setup${RS} - Perform initial setup"; - echo -e " ${CACTION}render${RS} - Render the LaTeX exmaples"; + echo -e " ${CACTION}render${RS} - Render the report"; echo -e ""; exit 1;