diff options
| author | wrmr | 2025-10-21 16:12:20 -0400 |
|---|---|---|
| committer | wrmr | 2025-10-21 16:12:20 -0400 |
| commit | e33b2c4b63a7b311a8c3d7d9118151f7db24b363 (patch) | |
| tree | a61742d171f9bcfe82b851976c10a8e1ff9b25fa | |
| parent | 3faf956b5f38746768a2a90b77f0c791a90b605b (diff) | |
fix reverse not being listed in help message
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -761,7 +761,7 @@ const char *help_long = " Foreground and background colors can be default, black, red, green, yellow, blue,\n" " magenta, cyan, white, and hexadecimal RGB (#RRGGBB) if the terminal supports it.\n" "\n" - " Attributes can be standout (highlighted), underline, blink, dim, bold, and italic.\n" + " Attributes can be standout, underline, reverse, blink, dim, bold, and italic.\n" "\n" " Keys in this section:\n" "\n" |
