summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
diff options
context:
space:
mode:
authorAlanscut <wp_scut@163.com>2020-01-14 11:48:43 +0800
committerNico Williams <nico@cryptonector.com>2020-01-14 10:18:22 -0600
commit5b9e63e4af339bc5867603f14441b4b4cbb9e175 (patch)
treeda6e6a963869e2f302513f849bab33841c09d290 /jq.1.prebuilt
parent503fae5dc957f627a337116634a28cf9e1c66b2a (diff)
fix typos
Diffstat (limited to 'jq.1.prebuilt')
-rw-r--r--jq.1.prebuilt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index f6035b9b..c98be3ae 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -58,7 +58,7 @@ Use the \fBapplication/json\-seq\fR MIME type scheme for separating JSON texts i
\fB\-\-stream\fR:
.
.IP
-Parse the input in streaming fashion, outputing arrays of path and leaf values (scalars and empty arrays or empty objects)\. For example, \fB"a"\fR becomes \fB[[],"a"]\fR, and \fB[[],"a",["b"]]\fR becomes \fB[[0],[]]\fR, \fB[[1],"a"]\fR, and \fB[[1,0],"b"]\fR\.
+Parse the input in streaming fashion, outputting arrays of path and leaf values (scalars and empty arrays or empty objects)\. For example, \fB"a"\fR becomes \fB[[],"a"]\fR, and \fB[[],"a",["b"]]\fR becomes \fB[[0],[]]\fR, \fB[[1],"a"]\fR, and \fB[[1,0],"b"]\fR\.
.
.IP
This is useful for processing very large inputs\. Use this in conjunction with filtering and the \fBreduce\fR and \fBforeach\fR syntax to reduce large inputs incrementally\.