diff options
author | Robin Jarry <robin@jarry.cc> | 2024-01-06 21:34:27 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-01-06 21:35:11 +0100 |
commit | 26ac6259aa8ad0fd3a7e9631e74d1019c984ea0b (patch) | |
tree | 5efc4f059bc97a5be592f0f18de36e942e7645d8 | |
parent | 930e50328c3a57faeec7fd23881e044257eda157 (diff) | |
download | aerc-26ac6259aa8ad0fd3a7e9631e74d1019c984ea0b.tar.gz |
colorize: add small description in help
For some reason there was none. Be consistent with wrap.
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | filters/colorize.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)"); |