Update wrap highlighter docstring

This commit is contained in:
Maxime Coste 2017-05-08 11:30:51 +01:00
parent b0b40485ce
commit ad1175fefc

View File

@ -1858,8 +1858,9 @@ void register_highlighters()
registry.insert({
"wrap",
{ WrapHighlighter::create,
"Parameters: <value string>\n"
"Wrap lines to given column" } });
"Parameters: [-word]\n"
"Wrap lines to given column,\n"
"wrap at word boundaries instead of codepoint boundaries if -word is given" } });
registry.insert({
"ref",
{ create_reference_highlighter,