Skip to content

Commit 2e0a028

Browse files
authored
doc: tinker with the help for -clean-archives for clarity (#839)
Fixes sourcegraph/sourcegraph#36304.
1 parent 70466eb commit 2e0a028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/batch_common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func newBatchExecuteFlags(flagSet *flag.FlagSet, cacheDir, tempDir string) *batc
137137

138138
flagSet.BoolVar(
139139
&caf.cleanArchives, "clean-archives", true,
140-
"If true, deletes downloaded repository archives after executing batch spec steps.",
140+
"If true, deletes downloaded repository archives after executing batch spec steps. Note that only the archives related to the actual repositories matched by the batch spec will be cleaned up, and clean up will not occur if src exits unexpectedly.",
141141
)
142142

143143
flagSet.BoolVar(

0 commit comments

Comments
 (0)