Update create_sdk_cipd_package.sh (flutter/engine#26755)

This commit is contained in:
Gary Qian 2021-06-15 00:21:26 -07:00 committed by GitHub
parent eb64dae0f9
commit 8bd3a1ca26

View File

@ -3,7 +3,7 @@
# This script requires depot_tools to be on path.
print_usage () {
echo "Usage: create_ndk_cipd_package.sh <PACKAGE_TYPE> <PATH_TO_ASSETS> <PLATFORM_NAME> <VERSION_TAG>"
echo "Usage: create_sdk_cipd_package.sh <PACKAGE_TYPE> <PATH_TO_ASSETS> <PLATFORM_NAME> <VERSION_TAG>"
echo " where:"
echo " - PACKAGE_TYPE is one of build-tools, platform-tools, platforms, or tools"
echo " - PATH_TO_ASSETS is the path to the unzipped asset folder"