diff --git a/engine/src/flutter/tools/create_sdk_cipd_package.sh b/engine/src/flutter/tools/create_sdk_cipd_package.sh index 7f1ed33ad9f..a67a7ebf508 100755 --- a/engine/src/flutter/tools/create_sdk_cipd_package.sh +++ b/engine/src/flutter/tools/create_sdk_cipd_package.sh @@ -3,7 +3,7 @@ # This script requires depot_tools to be on path. print_usage () { - echo "Usage: create_ndk_cipd_package.sh " + echo "Usage: create_sdk_cipd_package.sh " 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"