Fix set-face docstring to include underline color

This commit is contained in:
Maxime Coste 2021-09-08 08:23:16 +10:00
parent 3fc8e29d10
commit 3d8061b975

View File

@ -2379,9 +2379,10 @@ static String face_doc_helper(const Context& context, CommandParameters params)
const CommandDesc set_face_cmd = {
"set-face",
"face",
"set-face <scope> <name> <facespec>: set face <name> to refer to <facespec> in <scope>\n"
"set-face <scope> <name> <facespec>: set face <name> to <facespec> in <scope>\n"
"\n"
"facespec format is <fg color>[,<bg color>][+<attributes>][@<base>]\n"
"facespec format is:\n"
" <fg color>[,<bg color>[,<underline color>]][+<attributes>][@<base>]\n"
"colors are either a color name, rgb:######, or rgba:######## values.\n"
"attributes is a combination of:\n"
" u: underline, c: curly underline, i: italic, b: bold,\n"