Change tfw.sh usage output to make more sense

This commit is contained in:
Kristóf Tóth 2018-04-19 17:04:08 +02:00
parent f54d654576
commit 709c61d130
1 changed files with 4 additions and 4 deletions

View File

@ -146,10 +146,10 @@ case ${1:-} in
;;
*)
echo "Usage: tfw.sh [buildtfw|build|start|buildstart]"
echo " |--- buildtfw: build TFW baseimage"
echo " |--- releasetfw: tag TFW baseimage and push to upstream"
echo " |--- build: build TFW test"
echo " |--- buildwithfrontend: build TFW test, include frontend in image"
echo " |--- start: build & start TFW test"
echo " |--- buildtfw: build TFW baseimage"
echo " |--- build: build TFW baseimage and test"
echo " |--- buildwithfrontend: build TFW baseimage and test, include frontend in image"
echo " |--- releasetfw: tag TFW baseimage and push to upstream"
;;
esac