You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/src/main/kotlin/com/bazel_diff/cli/GenerateHashesCommand.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ class GenerateHashesCommand : Callable<Int> {
139
139
names = ["-s", "--seed-filepaths"],
140
140
description =
141
141
[
142
-
"A text file containing a newline separated list of filepaths, each of these filepaths will be read and used as a seed for all targets."])
142
+
"A text file containing a newline separated list of filepaths. Each file in this list will be read and its content will be used as a SHA256 seed when determining affected targets in the build graph. Invalidating any of these files will effectively mark all targets as affected."])
0 commit comments