commit d3f2358356751066e35c0a61a67ff286c4898467
parent 03b6c7399327cb70fbbc8761dd3cfbf9b09e705a
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 12 Dec 2018 22:14:11 +0100
Document the DOS aspect ratio option everywhere
Diffstat:
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -100,7 +100,7 @@ Even more:
## Synopsis
- ansilove [-ehirsv] [-b bits] [-c columns] [-f font] [-m mode] [-o file]
+ ansilove [-dhirsv] [-b bits] [-c columns] [-f font] [-m mode] [-o file]
[-R factor] file
## Options
@@ -108,6 +108,7 @@ Even more:
-b bits set to 9 to render 9th column of block characters (default: 8)
-c columns adjust number of columns for BIN files (default: 160)
-e print a list of examples
+ -d enable DOS aspect ratio
-f font select font (default: 80x25)
-h show help
-i enable iCE colors
diff --git a/ansilove.1 b/ansilove.1
@@ -32,7 +32,7 @@
.Nd ANSI / ASCII art to PNG converter
.Sh SYNOPSIS
.Nm
-.Op Fl hirsv
+.Op Fl dhirsv
.Op Fl b Ar bits
.Op Fl c Ar columns
.Op Fl f Ar font
@@ -57,6 +57,8 @@ The options are as follows:
Set to 9 to render 9th column of block characters (default: 8)
.It Fl c Ar columns
Adjust number of columns for ANSI, BIN, and TND files
+.It Fl d
+Enable DOS aspect ratio
.It Fl f Ar font
Select font for supported formats.
.Pp
diff --git a/src/main.c b/src/main.c
@@ -46,7 +46,7 @@ synopsis(void)
"OPTIONS:\n"
" -b bits set to 9 to render 9th column of block characters (default: 8)\n"
" -c columns adjust number of columns for BIN files (default: 160)\n"
- " -d use DOS aspect ratio\n"
+ " -d enable DOS aspect ratio\n"
" -f font select font (default: 80x25)\n"
" -h show help\n"
" -i enable iCE colors\n"