summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorKeith Hall <kingkeith+github@gmail.com>2021-01-10 22:47:52 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-10 22:24:32 +0100
commit5b09561114df82931b0e462b60ee369ca501a982 (patch)
treefca90835f93da7fcfa0737c4c4836ca8de1ebb43 /assets
parentfcde4824d571055e802c8a589abb97861dd0f0a6 (diff)
Update map-syntax text in manpage to match --help
Diffstat (limited to 'assets')
-rw-r--r--assets/manual/bat.1.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/manual/bat.1.in b/assets/manual/bat.1.in
index 5dd01609..eaa44c4f 100644
--- a/assets/manual/bat.1.in
+++ b/assets/manual/bat.1.in
@@ -123,6 +123,7 @@ Map a glob pattern to an existing syntax name. The glob pattern is matched on th
path and the filename. For example, to highlight *.build files with the Python syntax,
use -m '*.build:Python'. To highlight files named '.myignore' with the Git Ignore
syntax, use -m '.myignore:Git Ignore'.
+Note that the right-hand side is the *name* of the syntax, not a file extension.
.HP
\fB\-\-theme\fR <theme>
.IP