From 5b09561114df82931b0e462b60ee369ca501a982 Mon Sep 17 00:00:00 2001 From: Keith Hall Date: Sun, 10 Jan 2021 22:47:52 +0200 Subject: [PATCH] Update map-syntax text in manpage to match --help --- assets/manual/bat.1.in | 1 + 1 file changed, 1 insertion(+) 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 .IP