mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-15 02:07:17 +00:00
Change tfw.sh usage output to make more sense
This commit is contained in:
parent
f54d654576
commit
709c61d130
@ -146,10 +146,10 @@ case ${1:-} in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: tfw.sh [buildtfw|build|start|buildstart]"
|
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 " |--- 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
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user