summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-10 22:48:46 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-10 22:48:46 -0500
commita2a7f58aa65f19db8ff19587a29d626c128b63ec (patch)
treeb68537f39069695eb10ad414c79830c543741709
parentc4a5bc06c5e445015a422398cfb69a34815390d4 (diff)
doc: fix asciidoc->man formatting
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index 01d18ac6..1533aeae 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -694,7 +694,7 @@ the background color for line numbers to yellow:
rg --colors 'match:fg:magenta' --colors 'line:bg:yellow' foo.
-Extended colors can be used for {value} when the terminal supports ANSI color
+Extended colors can be used for `{value}` when the terminal supports ANSI color
sequences. These are specified as either 'x' (256-color) or 'x,x,x' (24-bit
truecolor) where x is a number between 0 and 255 inclusive. x may be given as
a normal decimal number or a hexadecimal number, which is prefixed by `0x`.