commit 0c02b8d0116fefa1ba4904f8bf88281b0edc0f0d
parent 2f29a0348e02053ecef981fbafdd8cff62cf79e3
Author: ByteProject <ByteProject@users.noreply.github.com>
Date: Sat, 22 Apr 2017 23:53:32 +0200
correct example for custom output -o flag
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
@@ -75,7 +75,7 @@ void listExamples(void) {
printf(" ansilove file.ans (output path/name identical to input, no options)\n"
" ansilove -i file.ans (enable iCE colors)\n"
" ansilove -r file.ans (adds Retina @2x output file)\n"
- " ansilove -o dir/file.ans file.png (custom path/name for output)\n"
+ " ansilove -o dir/file.png file.ans (custom path/name for output)\n"
" 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"