From b3f67d8ba556aa45fad7c0b63fe29cfe56c08995 Mon Sep 17 00:00:00 2001 From: Zheng Wei Tan Date: Thu, 28 Sep 2023 15:02:14 +0200 Subject: [PATCH] Update --output=streamed_proto description. --- site/en/query/language.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/en/query/language.md b/site/en/query/language.md index 20e35b59d32d96..b686a2f33a7606 100644 --- a/site/en/query/language.md +++ b/site/en/query/language.md @@ -1213,10 +1213,10 @@ Prints a [length-delimited](https://protobuf.dev/programming-guides/encoding/#size-limit) stream of [`Target`](https://github.com/bazelbuild/bazel/blob/master/src/main/protobuf/build.proto) -protocol buffers. This is useful to get around +protocol buffers. This is useful to _(i)_ get around [size limitations](https://protobuf.dev/programming-guides/encoding/#size-limit) of protocol buffers when there are too many targets to fit in a single -`QueryResult`. +`QueryResult` or _(ii)_ to start processing while Bazel is still outputting. ### Print targets in text proto format {:#print-target-textproto}