Skip to content

Commit

Permalink
Remove remnants of --online-input option
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jun 18, 2014
1 parent 0c76292 commit 9ae2d66
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions docs/content/3.manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions jq.1.prebuilt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ae2d66

Please sign in to comment.