From f19e28a239439f5f2c812fd404b254f6cb618f7f Mon Sep 17 00:00:00 2001 From: a3hadi Date: Mon, 11 Mar 2024 17:08:06 -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 9c5fbde7..53bbd73e 100755 --- a/update_examples.sh +++ b/update_examples.sh @@ -97,7 +97,7 @@ function handle_options () { handle_options "$@" if (( usingBuildPush + usingBuildPushExample + usingVersion + usingHelp > 1 )); then - echo "Only one of '-h', '-bp', '-bpe, or, '-u' is allowed at a time" >&2 + echo "Only one of '-h', '-bp', '-bpe', or, '-u' is allowed at a time" >&2 show_help exit 1 fi