Skip to content

Commit

Permalink
Update hack/update_examples.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KeranYang authored Jun 27, 2024
1 parent 83329bb commit a27d9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function show_help () {
echo "Usage: $0 [-h|--help | -t|--tag <tag>] (-bpe|--build-push-example <path> | -u|--update <SDK-version | commit-sha | latest >)"
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"
}

Expand Down

0 comments on commit a27d9b7

Please sign in to comment.