summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-19 19:40:58 +0900
committerNico Williams <nico@cryptonector.com>2023-07-19 09:56:01 -0500
commitf0306405c1b9a24453110f9bfb82123cc8ed2604 (patch)
tree1569e56791e29b68b6f3318d7cab01511a9e1f55 /jq.1.prebuilt
parent0615d4982c1f3973a37972539a44958f18c02ba6 (diff)
Add notes on `NO_COLOR` environment variable to the manual
Diffstat (limited to 'jq.1.prebuilt')
-rw-r--r--jq.1.prebuilt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index 3c63997d..bfa4a2b7 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -112,7 +112,7 @@ Use the given number of spaces (no more than 7) for indentation\.
\fB\-\-color\-output\fR / \fB\-C\fR and \fB\-\-monochrome\-output\fR / \fB\-M\fR:
.
.IP
-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 \fB\-C\fR, and disable color with \fB\-M\fR\.
+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 \fB\-C\fR, and disable color with \fB\-M\fR\. When the \fBNO_COLOR\fR environment variable is not empty, jq disables colored output by default, but you can enable it by \fB\-C\fR\.
.
.IP
Colors can be configured with the \fBJQ_COLORS\fR environment variable (see below)\.