commit 4ebb44db8b2c798dddaff0b3b38740c31998d10b
parent f89df319358e12f13b07881571f3e788145e2d02
Author: ByteProject <ByteProject@users.noreply.github.com>
Date: Fri, 28 Apr 2017 19:29:28 +0200
reduce specific line to 80 columns
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
@@ -79,7 +79,7 @@ void listExamples(void) {
" ansilove -s file.bin (just display SAUCE record, don't generate output)\n"
" ansilove -m transparent file.ans (render with transparent background)\n"
" ansilove -f amiga file.txt (custom font)\n"
- " ansilove -f 80x50 -b 9 -c 320 -i file.bin (custom font, bits, columns, icecolors)\n"
+ " ansilove -f 80x50 -b 9 -c 320 -i file.bin (font, bits, columns, icecolors)\n"
"\n");
}