makefile: Fix help message of target "all"

Signed-off-by: Jingwen Peng <pengsrc@yunify.com>
This commit is contained in:
Jingwen Peng 2016-12-04 00:16:45 +08:00
parent f2622fbbf8
commit bddae0751e
No known key found for this signature in database
GPG Key ID: D13E028376D8D9B1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ LINT_IGNORE_CONFLICT="service\/.*\.go:.+(type name will be used as)"
help:
@echo "Please use \`make <target>\` where <target> is one of"
@echo " all to check, build and test this SDK"
@echo " all to check, build, test and release this SDK"
@echo " check to vet and lint the SDK"
@echo " test to run service test"
@echo " build to build the SDK"