Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Commit 52e4caa

Browse files
author
Jeff Verkoeyen
committed
Fix typo in the docs.
1 parent 62562a3 commit 52e4caa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The minimum Xcode version must now be provided as a flag.
1111
bazel.sh build //:CatalogByConvention 8.2
1212
1313
// New invocations:
14-
bazel.sh build //:CatalogByConvention --xcode-version 8.2
14+
bazel.sh build //:CatalogByConvention --min-xcode-version 8.2
1515
```
1616

1717
## New features

bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# Does not affect kokoro runs.
3232
#
3333
# Example usage:
34-
# bazel.sh build //:CatalogByConvention --xcode-version 8.2
34+
# bazel.sh build //:CatalogByConvention --min-xcode-version 8.2
3535
# bazel.sh test //:CatalogByConventionTests -v
3636

3737
# Fail on any error.

0 commit comments

Comments
 (0)