File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -296,8 +296,9 @@ extension SwiftPackageTool {
296
296
The experimental-api-diff command can be used to compare the Swift API of \
297
297
a package to a baseline revision, diagnosing any breaking changes which have \
298
298
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 \
301
302
the comparison.
302
303
""" )
303
304
You can’t perform that action at this time.
0 commit comments