diff options
author | jaseg <git@jaseg.net> | 2020-12-25 15:07:12 +0100 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2020-12-25 15:07:12 +0100 |
commit | 861fc46bb31c94c5a9750546173ef0ae6166084b (patch) | |
tree | e26cd1091365f1695a39fb059b34b0023ceddab5 | |
parent | e6d44801456103141cc5361dbb0cf1056b1dbaba (diff) | |
download | lolcat-861fc46bb31c94c5a9750546173ef0ae6166084b.tar.gz lolcat-861fc46bb31c94c5a9750546173ef0ae6166084b.tar.bz2 lolcat-861fc46bb31c94c5a9750546173ef0ae6166084b.zip |
Add help string for -b 24-bit rgb color option
-rwxr-xr-x | lolcat.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |