diff --git a/update_examples.sh b/update_examples.sh index a9d86cf0..143a57a4 100755 --- a/update_examples.sh +++ b/update_examples.sh @@ -4,7 +4,7 @@ function show_help () { echo "Usage: $0 [-h|--help] (-b|--build | -c|--commit-sha )" echo " -h, --help Display help message and exit" echo " -b, --build Build the docker images of all the examples" - echo " -c, --commit-sha Update the numaflow-go version to the specified SHA" + echo " -c, --commit-sha Update all the examples to depend on the numaflow-go version with the specified SHA" } function traverse_examples () {