diff --git a/hack/update_examples.sh b/hack/update_examples.sh index 4e32ac15..df058389 100755 --- a/hack/update_examples.sh +++ b/hack/update_examples.sh @@ -4,7 +4,7 @@ function show_help () { echo "Usage: $0 [-h|--help | -t|--tag ] (-bpe|--build-push-example | -u|--update )" echo " -h, --help Display help message and exit" echo " -bpe, --build-push-example Build the Dockerfile of the given example directory path, and push it to the quay.io registry" - echo " -t, --tag To be optionally used with -bpe or -bp. Specify the tag to build with. Default tag: stable" + echo " -t, --tag To be optionally used with -bpe. Specify the tag to build with. Default tag: stable" echo " -u, --update Update all of the examples to depend on the numaflow-go version with the specified SHA or version" }