From 861fc46bb31c94c5a9750546173ef0ae6166084b Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 25 Dec 2020 15:07:12 +0100 Subject: Add help string for -b 24-bit rgb color option --- lolcat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lolcat.c b/lolcat.c index ccfe77c..b8cfc56 100755 --- a/lolcat.c +++ b/lolcat.c @@ -40,6 +40,8 @@ static char helpstr[] = "\n" " -f: Force color even when stdout is not a tty\n" " -l: Use encoding from system locale instead of assuming UTF-8\n" " -r: Random colors\n" + " -b: Output in 24-bit \"true\" RGB mode (slower and not" + " supported by all terminals)\n" " --version: Print version and exit\n" " --help: Show this message\n" "\n" -- cgit