[cmd] Fix build docker image command help (#7742)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 27 Sep 2019 06:52:58 +0000 (15:52 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 27 Sep 2019 06:52:58 +0000 (15:52 +0900)
Remove deprecated option: tizen build option was removed

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
infra/command/build-docker-image

index 5b1dbb5..12f622d 100644 (file)
@@ -4,8 +4,6 @@ function Usage()
 {
   echo "Usage: $0 $(basename ${BASH_SOURCE[0]}) [OPTIONS]"
   echo ""
-  echo "Options:"
-  echo "      --tizen                   Build docker image for tizen build"
   echo "Options can use as docker build option:"
   docker build --help
 }