From b0f1950b6392dc955cd986f7a2ad14928ce1ee34 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Fri, 8 Mar 2024 16:17:54 -0500 Subject: [PATCH] modify update script Signed-off-by: a3hadi --- update_examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_examples.sh b/update_examples.sh index 143a57a4..97402385 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 all the examples to depend on the numaflow-go version with the specified SHA" + echo " -c, --commit-sha Update all of the examples to depend on the numaflow-go version with the specified SHA" } function traverse_examples () {