summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-08-16 19:19:01 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-08-16 19:19:29 -0700
commit2d05b5475c98ab46494f193f234e97a7803ddace (patch)
tree4f7128b1133039756c4ab8185181c3e2e50b1b63 /docs
parent44a5c4b0b1a9048abae0fc0ff006ea8d18435902 (diff)
Standardize on "color" to match what the flag has always been called
Diffstat (limited to 'docs')
-rw-r--r--docs/content/3.manual/v1.3/manual.yml2
-rw-r--r--docs/content/3.manual/v1.4/manual.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/3.manual/v1.3/manual.yml b/docs/content/3.manual/v1.3/manual.yml
index 856d2150..aaedf377 100644
--- a/docs/content/3.manual/v1.3/manual.yml
+++ b/docs/content/3.manual/v1.3/manual.yml
@@ -107,7 +107,7 @@ sections:
will result in more compact output by instead putting each
JSON object on a single line.
- * `--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
diff --git a/docs/content/3.manual/v1.4/manual.yml b/docs/content/3.manual/v1.4/manual.yml
index 8e4cc3c1..841764ac 100644
--- a/docs/content/3.manual/v1.4/manual.yml
+++ b/docs/content/3.manual/v1.4/manual.yml
@@ -128,7 +128,7 @@ sections:
will result in more compact output by instead putting each
JSON object on a single line.
- * `--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