1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-12 22:57:17 +00:00

Add some usage documentation to new tfw.sh

This commit is contained in:
Kristóf Tóth 2018-03-27 16:23:34 +02:00
parent 20ce2cb069
commit 9b6b876d91

View File

@ -81,5 +81,9 @@ case $1 in
;;
*)
echo "Usage: tfw.sh [buildtfw|build|start|buildstart]"
echo " |--- buildtfw: build TFW baseimage"
echo " |--- build: build TFW test"
echo " |--- start: start TFW test"
echo " |--- buildstart: build all, then start TFW test"
;;
esac