Skip to content

Commit

Permalink
More useful command line message.
Browse files Browse the repository at this point in the history
Change-Id: I146e0b986efaa21076a233f3a6898291c4438520
  • Loading branch information
mcloonan committed Jan 30, 2025
1 parent 703cedd commit 913f01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/regen-boilerplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ done
# Check if all required arguments are set
if ! $all_api_versions_set || ! $default_api_version_set || ! $library_version_set; then
echo "Error: Missing required arguments." >&2
echo "Usage: $0 -a <all_api_versions> -d <default_api_version> -l <library_version>" >&2
echo "Usage: $0 -a <all_api_versions (space-delimited)> -d <default_api_version> -l <library_version>" >&2
exit 1
fi

Expand Down

0 comments on commit 913f01a

Please sign in to comment.