Skip to content

Commit

Permalink
Incorporate PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion authored Mar 11, 2021
1 parent b5815c5 commit 27b0629
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/manual/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ sections:
Execute the filter exactly once using `null` as the input
instead of automatically reading every input and passing it
through the filter. The inputs are still available to be
read manually using the `input` and `inputs` builtins.
read programmatically using the `input` and `inputs` builtins.
This is useful when using jq as a simple calculator, to
construct JSON data from scratch or to do recuctions over
the inputs (see `inputs`).
This option is useful, for example, when using jq as a simple
calculator, to construct JSON data from scratch or
to do reductions over the inputs (see `inputs`).
* `--compact-output` / `-c`:
Expand Down

0 comments on commit 27b0629

Please # to comment.