From 8782f8200ccbfb5716359d07db103fd478cac10e Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Tue, 3 Nov 2020 10:32:38 -0500 Subject: doc: add missing backtick in FAQ PR #1723 --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 1bacc1e1..8d226262 100644 --- a/FAQ.md +++ b/FAQ.md @@ -208,7 +208,7 @@ The `--color` flag accepts one of the following possible values: `never`, ripgrep to only enable colors when it is printing to a terminal. But if you pipe ripgrep to a file or some other process, then it will suppress colors. -The --colors` flag is a bit more complicated. The general format is: +The `--colors` flag is a bit more complicated. The general format is: ``` --colors '{type}:{attribute}:{value}' -- cgit v1.2.3