Create risk analysis table
This commit is contained in:
parent
8820674eb5
commit
363ec57fae
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -35,7 +35,7 @@ if [[ "$#" -lt 1 ]]; then
|
||||||
echo -e "";
|
echo -e "";
|
||||||
echo -e "${CSECTION}Available actions${RS}";
|
echo -e "${CSECTION}Available actions${RS}";
|
||||||
echo -e " ${CACTION}setup${RS} - Perform initial setup";
|
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 "";
|
echo -e "";
|
||||||
|
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
Loading…
Reference in a new issue