summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorwrmr2025-10-21 16:12:20 -0400
committerwrmr2025-10-21 16:12:20 -0400
commite33b2c4b63a7b311a8c3d7d9118151f7db24b363 (patch)
treea61742d171f9bcfe82b851976c10a8e1ff9b25fa /main.c
parent3faf956b5f38746768a2a90b77f0c791a90b605b (diff)
fix reverse not being listed in help message
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index b31a0af..1fe4c2e 100644
--- a/main.c
+++ b/main.c
@@ -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"