diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/highlighters.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/highlighters.cc b/src/highlighters.cc index 4cc576c3..e673a514 100644 --- a/src/highlighters.cc +++ b/src/highlighters.cc @@ -1879,9 +1879,8 @@ void register_highlighters() registry.insert({ "flag_lines", { FlagLinesHighlighter::create, - "Parameters: <option name> <bg color>\n" - "Display flags specified in the line-flag-list option <option name>\n" - "A line-flag is written: <line>|<fg color>|<text>, the list is : separated" } }); + "Parameters: <face> <option name>\n" + "Display flags specified in the line-flags option <option name> with <face>"} }); registry.insert({ "ranges", { RangesHighlighter::create, |
