Skip to content

Commit

Permalink
ncplayer: list octant blitter in help
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Dec 25, 2024
1 parent 4dad3a9 commit 9c4d3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player/play.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 9c4d3f5

Please sign in to comment.