summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-27 04:58:06 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-27 04:58:06 +0000
commit8b8eae0c6994824e94850bb13118f40e0283db76 (patch)
tree78853419f4891bbde987ef39229eefba0e9e4701
parent9dd7b419712e910c12de8a8db0a94d27ad5697d4 (diff)
Update website
-rw-r--r--manual/index.html11
1 files 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,14 +211,15 @@ using some command-line options:</p>
formatted as a JSON string with quotes. This can be useful for
making jq filters talk to non-JSON-based systems.</p>
<ul>
-<li><code>--join-output</code> / <code>-j</code>:</li>
+<li><code>--raw-output0</code>:</li>
</ul>
-<p>Like <code>-r</code> but jq won't print a newline after each output.</p>
+<p>Like <code>-r</code> 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.</p>
<ul>
-<li><code>--nul-output</code> / <code>-0</code>:</li>
+<li><code>--join-output</code> / <code>-j</code>:</li>
</ul>
-<p>Like <code>-r</code> but jq will print NUL instead of newline after each output.
- This can be useful when the values being output can contain newlines.</p>
+<p>Like <code>-r</code> but jq won't print a newline after each output.</p>
<ul>
<li><code>--ascii-output</code> / <code>-a</code>:</li>
</ul>