Skip to content

Commit cc0bdf4

Browse files
committed
Update help text
1 parent 9167479 commit cc0bdf4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/Commands/SwiftPackageTool.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,9 @@ extension SwiftPackageTool {
296296
The experimental-api-diff command can be used to compare the Swift API of \
297297
a package to a baseline revision, diagnosing any breaking changes which have \
298298
been introduced. By default, it compares every Swift module from the baseline \
299-
revision which is part of a library product. If this behavior is undesirable, \
300-
the `--product` and `--target` options can be used to restrict the scope of \
299+
revision which is part of a library product. For packages with many targets, this \
300+
behavior may be undesirable as the comparison can be slow. \
301+
The `--products` and `--targets` options may be used to restrict the scope of \
301302
the comparison.
302303
""")
303304

0 commit comments

Comments
 (0)