Add help string for -b 24-bit rgb color option

This commit is contained in:
jaseg 2020-12-25 15:07:12 +01:00
parent e6d4480145
commit 861fc46bb3

View file

@ -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"