From cdfd1c6750a363c6d3fa7b2707342d5ee2f51d8c Mon Sep 17 00:00:00 2001 From: Abdullah Yildirim Date: Thu, 7 Mar 2024 11:50:21 -0500 Subject: [PATCH] Update update_examples.sh Co-authored-by: Keran Yang --- update_examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {