Add missing formatting backtick

This commit is contained in:
nobodyinperson 2023-08-01 05:32:19 +00:00 committed by admin
parent fa92383993
commit 8740a46f02

View file

@ -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