diff --git a/hack/tfw.sh b/hack/tfw.sh index 8474a43..0ad3e7e 100755 --- a/hack/tfw.sh +++ b/hack/tfw.sh @@ -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