From 26ac6259aa8ad0fd3a7e9631e74d1019c984ea0b Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Sat, 6 Jan 2024 21:34:27 +0100 Subject: colorize: add small description in help For some reason there was none. Be consistent with wrap. Signed-off-by: Robin Jarry --- filters/colorize.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filters') diff --git a/filters/colorize.c b/filters/colorize.c index 9500950a..01f2befc 100644 --- a/filters/colorize.c +++ b/filters/colorize.c @@ -15,6 +15,8 @@ static void usage(void) { puts("usage: colorize [-h] [-8] [-s FILE] [-f FILE]"); puts(""); + puts("Add terminal escape codes to colorize plain text email bodies."); + puts(""); puts("options:"); puts(" -h show this help message"); puts(" -8 emit OSC 8 hyperlink sequences (default $AERC_OSC8_URLS)"); -- cgit