Skip to content

Commit

Permalink
Update --output=streamed_proto description.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengwei143 committed Sep 28, 2023
1 parent 4305e69 commit b3f67d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/en/query/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit b3f67d8

Please sign in to comment.