提交 c854bb2c 编写于 作者: C changsh726 提交者: Qi Luo

Scripts: apollo.sh prints usage if no args are specified

上级 ab254bc6
......@@ -129,6 +129,7 @@ function _usage() {
function main() {
apollo_env_setup
if [ "$#" -eq 0 ]; then
_usage
exit 0
fi
local build_sh="${APOLLO_ROOT_DIR}/scripts/apollo_build.sh"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册