From 44e697494e2559b78a0f6d900c44e7b5d36579b9 Mon Sep 17 00:00:00 2001 From: Wonyoung Choi Date: Thu, 7 Sep 2017 16:31:22 +0900 Subject: [PATCH] Fix usages message of build.sh Change-Id: Ic38ac97bc0cdbe265a0fa3b8e040be06479b62b6 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 87e7499..7adf108 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ usage() { echo " Options:" echo " -h, --help Show this usages message" echo " -b, --build [module] Build a module" - echo " -f, --full Build all modules in src/ directory. (pkg/Tizen.NET.Private.sln)" + echo " -f, --full Build all modules in src/ directory" echo " -d, --dummy Build dummy modules" echo " -p, --pack Make nuget packages" echo " -c, --clean Clean all artifacts" -- 2.7.4