From fa183d063a3af9504eef57eabab658672319d1e2 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Mon, 11 Mar 2024 17:04:14 -0400 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 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"