Skip to content

Commit

Permalink
update-angle script summary is incorrect
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=261261
rdar://problem/115102406

Unreviewed, to be reviewed by Dan Glastonbury.

Update the -h summary to match the description.

* Tools/Scripts/update-angle:

Canonical link: https://commits.webkit.org/267719@main
  • Loading branch information
kkinnunen-apple committed Sep 7, 2023
1 parent 3ea395c commit 1641fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/Scripts/update-angle
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ generate_sources() {

usage() {
SCRIPT_NAME=$(basename "$0")
echo "USAGE: $SCRIPT_NAME [-h|--help] [--generate-changes-diff] [--generate-sources] [commit]"
echo "USAGE: $SCRIPT_NAME [-h|--help] [--generate-changes | --generate-sources | <commit>]"
echo " -h or --help Print this help message."
echo " -v or --verbose Print more output."
echo " --generate-changes Generate ANGLE changes.diff, difference to last merged upstream revision."
echo " --generate-sources Generate ANGLE generated sources."
echo " commit The ANGLE commit to update to. Defaults to origin/main"
echo " <commit> The ANGLE commit to update to. Defaults to origin/main"
}

while [[ $# -gt 0 ]]; do
Expand Down

0 comments on commit 1641fc6

Please sign in to comment.