summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
diff options
context:
space:
mode:
authorEvan Zacks <zackse@gmail.com>2015-07-24 10:18:12 -0400
committerEvan Zacks <zackse@gmail.com>2015-07-24 10:18:12 -0400
commit89244cc3ea579177b2248a627336f9f49dedb31f (patch)
treee443c3c96365ff68a6e4145ea661f0c079e20dca /jq.1.prebuilt
parent3a43e2ff07dfe388280d98fea4aca6742226cfd6 (diff)
fix references to --color-output
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 0cd13a9a..adb6591d 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -73,7 +73,7 @@ Don\'t read any input at all! Instead, the filter is run once using \fBnull\fR a
By default, jq pretty\-prints JSON output\. Using this option will result in more compact output by instead putting each JSON object on a single line\.
.
.IP "\(bu" 4
-\fB\-\-colour\-output\fR / \fB\-C\fR and \fB\-\-monochrome\-output\fR / \fB\-M\fR:
+\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\.