From 74cb7c397db8b5f5178370541535a393ed964621 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 27 Apr 2019 15:16:29 +0200 Subject: menuconfig: Fix typo in docs --- menuconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menuconfig.py b/menuconfig.py index 6fe1759..a3a40e5 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -96,7 +96,7 @@ The color definition is a comma separated list of attributes: - fg:COLOR Set the foreground/background colors. COLOR can be one of * or * the basic 16 colors (black, red, green, yellow, blue, - - bg:COLOR magenta,cyan, white and brighter versions, for example, + - bg:COLOR magenta, cyan, white and brighter versions, for example, brightred). On terminals that support more than 8 colors, you can also directly put in a color number, e.g. fg:123 (hexadecimal and octal constants are accepted as well). -- cgit v1.2.3