diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-04-27 15:16:29 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-04-27 15:16:29 +0200 |
| commit | 74cb7c397db8b5f5178370541535a393ed964621 (patch) | |
| tree | e3fe2cc1d97c9a058422f7ad601557866e34d212 | |
| parent | 8729a239816ba692b560f6baa0dce0c079bb04e3 (diff) | |
menuconfig: Fix typo in docs
| -rwxr-xr-x | menuconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
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). |
