From 709c61d1302f2af3435ba8c72a03030b23700338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 19 Apr 2018 17:04:08 +0200 Subject: [PATCH] Change tfw.sh usage output to make more sense --- hack/tfw.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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