We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b933eb commit 97fd7b6Copy full SHA for 97fd7b6
scripts/check_no_api_breakages.sh
@@ -51,8 +51,8 @@ function usage() {
51
echo >&2
52
echo >&2 "Examples:"
53
54
- echo >&2 "Check between master and tag 2.1.1 of swift-nio:"
55
- echo >&2 " $0 https://github.com/apple/swift-nio master 2.1.1"
+ echo >&2 "Check between main and tag 2.1.1 of swift-http-structured-headers:"
+ echo >&2 " $0 https://github.com/apple/swift-http-structured-headers main 2.1.1"
56
57
echo >&2 "Check between HEAD and commit 64cf63d7 using the provided toolchain:"
58
echo >&2 " xcrun --toolchain org.swift.5120190702a $0 ../some-local-repo HEAD 64cf63d7"
0 commit comments