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:
@@ -148,7 +148,7 @@ sections:
|
|||||||
|
|
||||||
Use the given number of spaces (no more than 8) for indentation.
|
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
|
By default, jq outputs colored JSON if writing to a
|
||||||
terminal. You can force it to produce color even if writing to
|
terminal. You can force it to produce color even if writing to
|
||||||
|
|||||||
@@ -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\.
|
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
|
.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
|
.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\.
|
||||||
|
|||||||
Reference in New Issue
Block a user