From: Nicolas Williams Date: Wed, 18 Jun 2014 00:02:23 +0000 (-0500) Subject: Remove remnants of `--online-input` option X-Git-Tag: jq-1.5rc1~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ae2d66d21bd6c93c9dc7525c698de569ed72b82;p=jq Remove remnants of `--online-input` option --- diff --git a/ChangeLog b/ChangeLog index a5cf502..34a2cda 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 2868bdd..aa0b15d 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 b827ba6..0cd13a9 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