]> granicus.if.org Git - jq/commitdiff
fix references to --color-output 865/head
authorEvan Zacks <zackse@gmail.com>
Fri, 24 Jul 2015 14:18:12 +0000 (10:18 -0400)
committerEvan Zacks <zackse@gmail.com>
Fri, 24 Jul 2015 14:18:12 +0000 (10:18 -0400)
docs/content/3.manual/manual.yml
jq.1.prebuilt

index 37a710b10f748df00e512fa7d2ed807b555e2166..cd8f2e48b9daf2bd57c18d03e0fd01a2afd06eec 100644 (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
index 0cd13a9a603a5bfbd4ad85b76e07c6dd0a5d0624..adb6591d189c230c612c726d6acab30eeeff03d1 100644 (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\.