From e33b2c4b63a7b311a8c3d7d9118151f7db24b363 Mon Sep 17 00:00:00 2001 From: wrmr Date: Tue, 21 Oct 2025 16:12:20 -0400 Subject: fix reverse not being listed in help message --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') 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" -- cgit v1.2.3