diff --git a/update_examples.sh b/update_examples.sh index 153a3c12..9c5fbde7 100755 --- a/update_examples.sh +++ b/update_examples.sh @@ -1,7 +1,7 @@ #!/bin/bash function show_help () { - echo "Usage: $0 [-h|--help | -t|--tag ] (-bp|--build-push | -bpe|--build-push-example | -u|--update )" + echo "Usage: $0 [-h|--help | -t|--tag ] (-bp|--build-push | -bpe|--build-push-example | -u|--update )" echo " -h, --help Display help message and exit" echo " -bp, --build-push Build the Dockerfiles of all the examples and push them to the quay.io registry" echo " -bpe, --build-push-example Build the Dockerfile of the given example directory path, and push it to the quay.io registry"