summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manual/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/index.html b/manual/index.html
index e044d591..ee71389b 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -7701,9 +7701,10 @@ escape sequences like <code>"1;31"</code>, in this order:</p>
<li>color for strings</li>
<li>color for arrays</li>
<li>color for objects</li>
+<li>color for object keys</li>
</ul>
<p>The default color scheme is the same as setting
-<code>"JQ_COLORS=1;30:0;37:0;37:0;37:0;32:1;37:1;37"</code>.</p>
+<code>JQ_COLORS="1;30:0;37:0;37:0;37:0;32:1;37:1;37:1;34"</code>.</p>
<p>This is not a manual for VT100/ANSI escapes. However, each of
these color specifications should consist of two numbers separated
by a semi-colon, where the first number is one of these:</p>