Skip to content

Commit

Permalink
Rename flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroPatti committed Sep 29, 2021
1 parent 3d6339e commit cc27594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public static ClientServerCompatibilityStatus checkClientServerCompatibility(
if (remoteOptions.cacheByteStreamCompression
&& !cacheCap.getSupportedCompressorsList().contains(Compressor.Value.ZSTD)) {
result.addError(
"--experimental_cache_bytestream_compression requested but remote does not support compression");
"--experimental_remote_cache_compression requested but remote does not support compression");
}

// Check result cache priority is in the supported range.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public String getTypeDescription() {
public boolean incompatibleRemoteSymlinks;

@Option(
name = "experimental_cache_bytestream_compression",
name = "experimental_remote_cache_compression",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.REMOTE,
effectTags = {OptionEffectTag.UNKNOWN},
Expand Down

0 comments on commit cc27594

Please sign in to comment.