From 4aa41b3b7dad1e94a4f558036a6837c8120d03f1 Mon Sep 17 00:00:00 2001 From: step- Date: Thu, 28 Feb 2019 17:03:04 +0100 Subject: [PATCH] fix typo --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 52189ab..655b3fe 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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