summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-19 14:59:02 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-07-19 14:59:02 +0000
commit705bdd465ad228e7c8fe4a54796720ccd7b4a6de (patch)
treefc88e86a35737ccdca857f3f83df86d94ecbed20
parent5cd560a3902271e1b15339460d1e78f7f006d91e (diff)
Update website
-rw-r--r--manual/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/index.html b/manual/index.html
index ee71389b..1ecf4db3 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -241,7 +241,9 @@ using some command-line options:</p>
</ul>
<p>By default, jq outputs colored JSON if writing to a
terminal. You can force it to produce color even if writing to
- a pipe or a file using <code>-C</code>, and disable color with <code>-M</code>.</p>
+ a pipe or a file using <code>-C</code>, and disable color with <code>-M</code>.
+ When the <code>NO_COLOR</code> environment variable is not empty, jq disables
+ colored output by default, but you can enable it by <code>-C</code>.</p>
<p>Colors can be configured with the <code>JQ_COLORS</code> environment
variable (see below).</p>
<ul>