Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
step- committed Feb 28, 2019
1 parent 4089faf commit 4aa41b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ JSON.awk -v NAME=VALUE

* `BRIEF`: `0` or `1` - default `BRIEF=1` - When 1 internal function `parse()`
will not print non-leaf nodes.
* `STREAM`: `0` or `1` - default `STREAM=0` - When 0 internal function
* `STREAM`: `0` or `1` - default `STREAM=1` - When 0 internal function
`parse()` will not print to stdout and will store jpaths in array `JPATHS[]`
for stub function `apply()` to process. This can be useful if you need to embed
JSON.awk in a larger awk program. Your program would set `STREAM=0` and
Expand Down

0 comments on commit 4aa41b3

Please sign in to comment.