ncplayer: list octant blitter in help

This commit is contained in:
nick black 2024-12-25 03:03:45 -05:00
parent 4dad3a99df
commit 9c4d3f5b87
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -30,7 +30,7 @@ void usage(std::ostream& o, const char* name, int exitcode){
o << " -t seconds: delay t seconds after each file\n";
o << " -l loglevel: integer between 0 and 7, goes to stderr\n";
o << " -s scaling: one of 'none', 'hires', 'scale', 'scalehi', or 'stretch'\n";
o << " -b blitter: one of 'ascii', 'half', 'quad', 'sex', 'braille', or 'pixel'\n";
o << " -b blitter: one of 'ascii', 'half', 'quad', 'sex', 'oct', 'braille', or 'pixel'\n";
o << " -m margins: margin, or 4 comma-separated margins\n";
o << " -a color: replace color with a transparent channel\n";
o << " -n: force non-interpolative scaling\n";