From 8b8eae0c6994824e94850bb13118f40e0283db76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Jul 2023 04:58:06 +0000 Subject: [PATCH] Update website --- manual/index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/manual/index.html b/manual/index.html index b9497ba4..db219246 100644 --- a/manual/index.html +++ b/manual/index.html @@ -211,15 +211,16 @@ using some command-line options:

formatted as a JSON string with quotes. This can be useful for making jq filters talk to non-JSON-based systems.

+

Like -r but jq will print NUL instead of newline after each output. + This can be useful when the values being output can contain newlines. + When the output value contains NUL, jq exits with non-zero code.

+

Like -r but jq won't print a newline after each output.

-

Like -r but jq will print NUL instead of newline after each output. - This can be useful when the values being output can contain newlines.

-

jq usually outputs non-ASCII Unicode codepoints as UTF-8, even