Skip to content

Commit 8515d8d

Browse files
Readme update
1 parent 94f7434 commit 8515d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/bazel_diff/main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class BazelDiff implements Callable<Integer> {
141141
@Option(names = {"-o", "--output"}, scope = ScopeType.LOCAL, description = "Filepath to write the impacted Bazel targets to, newline separated")
142142
File outputPath;
143143

144-
@Option(names = {"-t", "--tests"}, scope = ScopeType.LOCAL, description = "Return only targets of kind 'test')")
144+
@Option(names = {"-t", "--tests"}, scope = ScopeType.LOCAL, description = "Return only targets of kind 'test'")
145145
boolean testTargets;
146146

147147
@Option(names = {"-so", "--bazelStartupOptions"}, description = "Additional space separated Bazel client startup options used when invoking Bazel", scope = ScopeType.INHERIT)

0 commit comments

Comments
 (0)