diff options
author | Alexander Hultnér <ahultner@gmail.com> | 2019-04-20 10:47:46 +0200 |
---|---|---|
committer | David Peter <sharkdp@users.noreply.github.com> | 2019-04-25 17:57:01 +0200 |
commit | 8a5b59febce1e8957c347ebd504ddd7f79e5cd8a (patch) | |
tree | 5f35285e206a5bdcc4bb1439c7c8557cc581a961 /doc | |
parent | 7afdd44c4370bf2d7172d09a32e883b90d653dbe (diff) |
Updated manual to include -H, --highlight-line <N>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bat.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,6 +70,10 @@ prints lines 1 to 40 prints lines 40 to the end of the file .RE .HP +\fB\-H\fR, \fB\-\-highlight\-line\fR <N>... +.IP +Highlight the N-th line with a different background color +.HP \fB\-\-color\fR <when> .IP Specify when to use colored output. The automatic mode only enables colors if an |