]> granicus.if.org Git - jq/commitdiff
Remove remnants of `--online-input` option
authorNicolas Williams <nico@cryptonector.com>
Wed, 18 Jun 2014 00:02:23 +0000 (19:02 -0500)
committerNicolas Williams <nico@cryptonector.com>
Wed, 18 Jun 2014 00:02:23 +0000 (19:02 -0500)
ChangeLog
docs/content/3.manual/manual.yml
jq.1.prebuilt

index a5cf5024871a821d1e90bdd284f984dad188cddf..34a2cda4c99a72d5c186b385e2b93df8dd8f36bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        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
index 2868bdda9a59e0aa7adc66ad7f6b49815065fe3d..aa0b15dca2026f483adb1141e5f7d4fd2e33f487 100644 (file)
@@ -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
index b827ba647d47029c6ab0fbe6ad4d8cb729d79953..0cd13a9a603a5bfbd4ad85b76e07c6dd0a5d0624 100644 (file)
@@ -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