summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-12-22 16:05:00 +0100
committersharkdp <davidpeter@web.de>2019-12-22 16:05:00 +0100
commit20ba984c6d73e59cfeb315c1d17962a10fc64e9c (patch)
tree799fe005e9c8d1f3bdcdcf1c8b71f55f628c8b60 /assets
parent6311ca22f9a6b413e5c3146c26966cdb321e493a (diff)
Update help text, closes #713
Diffstat (limited to 'assets')
-rw-r--r--assets/manual/bat.1.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/manual/bat.1.in b/assets/manual/bat.1.in
index 00aeda46..e813e038 100644
--- a/assets/manual/bat.1.in
+++ b/assets/manual/bat.1.in
@@ -93,8 +93,9 @@ the pager completely, use the '\-\-paging' option. Example: '\-\-pager "less
.HP
\fB\-m\fR, \fB\-\-map\-syntax\fR <from:to>...
.IP
-Map a file extension or file name to an existing syntax. For example, to
-highlight *.conf files with the INI syntax, use '\-m conf:ini'. To
+Map a file extension or file name to an existing syntax (specified by a
+file extension or file name). For example, to
+highlight *.build files with the Python syntax, use '\-m build:py'. To
highlight files named '.myignore' with the Git Ignore syntax, use '\-m
\&.myignore:gitignore'.
.HP