diff options
| author | Olivier Perret <Olivier.Perret@mailbox.org> | 2017-05-11 20:40:17 +0200 |
|---|---|---|
| committer | Olivier Perret <Olivier.Perret@mailbox.org> | 2017-05-11 20:45:28 +0200 |
| commit | ec636ce04b65fe45304bdb49566002bda32a1949 (patch) | |
| tree | 1484e885200b1546c014f36c02ef5623025960c3 /src | |
| parent | 75e6b54ae247c27cf5d346386b3acd7c2be344dd (diff) | |
update line-flags and flag_lines doc to reflect current status
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, |
