summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2014-06-17 19:02:23 -0500
committerNicolas Williams <nico@cryptonector.com>2014-06-17 19:02:23 -0500
commit9ae2d66d21bd6c93c9dc7525c698de569ed72b82 (patch)
tree87e4c5baa470424e71adc838931bf1c7c8bd0a60
parent0c762925b22de041c0a41b6092838c27a7454b52 (diff)
Remove remnants of `--online-input` option
-rw-r--r--ChangeLog4
-rw-r--r--docs/content/3.manual/manual.yml6
-rw-r--r--jq.1.prebuilt6
3 files changed, 0 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index a5cf5024..34a2cda4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -318,10 +318,6 @@
Add ltrimstr and rtrimstr functions
- Document -u / --unslurp option
-
- Add -I / --online-input for huge top-level arrays
-
Document -e / --exit-status argument
Add -e | --exit-status CLI option
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index 2868bdda..aa0b15dc 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -96,12 +96,6 @@ sections:
input, read the entire input stream into a large array and run
the filter just once.
- * `--online-input`/`-I`:
-
- When the top-level input value is an array produce its elements
- instead of the array. This allows on-line processing of
- potentially very large top-level arrays' elements.
-
* `--raw-input`/`-R`:
Don't parse the input as JSON. Instead, each line of text is
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index b827ba64..0cd13a9a 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -55,12 +55,6 @@ Output the jq version and exit with zero\.
Instead of running the filter for each JSON object in the input, read the entire input stream into a large array and run the filter just once\.
.
.IP "\(bu" 4
-\fB\-\-online\-input\fR/\fB\-I\fR:
-.
-.IP
-When the top\-level input value is an array produce its elements instead of the array\. This allows on\-line processing of potentially very large top\-level arrays\' elements\.
-.
-.IP "\(bu" 4
\fB\-\-raw\-input\fR/\fB\-R\fR:
.
.IP