1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

fix references to --color-output

This commit is contained in:
Evan Zacks
2015-07-24 10:18:12 -04:00
parent 3a43e2ff07
commit 89244cc3ea
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ sections:
Use the given number of spaces (no more than 8) for indentation.
* `--colour-output` / `-C` and `--monochrome-output` / `-M`:
* `--color-output` / `-C` and `--monochrome-output` / `-M`:
By default, jq outputs colored JSON if writing to a
terminal. You can force it to produce color even if writing to

View File

@@ -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\.