From b73a890f8c04c553b45a8e5c3a85fe6ff786346e Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 11 Nov 2015 19:05:47 +0000 Subject: [PATCH] Document i attribute in face command info --- src/commands.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands.cc b/src/commands.cc index 8f705ba7..af2b82e9 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -1544,7 +1544,8 @@ const CommandDesc face_cmd = { "facespec format is [,][+]\n" "colors are either a color name, or rgb:###### values.\n" "attributes is a combination of:\n" - " u: underline, r: reverse, b: bold, B: blink, d: dim, e: exclusive\n" + " u: underline, i: italic, b: bold, r: reverse,\n" + " B: blink, d: dim, e: exclusive\n" "facespec can as well just be the name of another face" , ParameterDesc{{}, ParameterDesc::Flags::None, 2, 2}, CommandFlags::None,