From 8740a46f02dad757b2fb61f2a4624dc16531ae27 Mon Sep 17 00:00:00 2001 From: nobodyinperson Date: Tue, 1 Aug 2023 05:32:19 +0000 Subject: [PATCH] Add missing formatting backtick --- doc/git-annex-preferred-content.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-annex-preferred-content.mdwn b/doc/git-annex-preferred-content.mdwn index dd1cd5a506..890c519596 100644 --- a/doc/git-annex-preferred-content.mdwn +++ b/doc/git-annex-preferred-content.mdwn @@ -293,7 +293,7 @@ The --explain option can be used to understand why a complex preferred content expression matches or fails to match. The expression will be displayed, with each term followed by "[TRUE]" or "[FALSE]" to indicate the value. Irrelevant terms will be ommitted from the explanation, -for example "exclude=* and copies=1"` will be displayed as +for example `"exclude=* and copies=1"` will be displayed as `"exclude=*[FALSE]"` # SEE ALSO