commit de6cd912a022c4d1da49f169a54cd0f02434e7b0
parent e78ac5462ff285b7af5264838713b2add28691bd
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 30 Jan 2020 00:09:02 +0100
Document the new '-f' switch, allowing to specify font names.
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -21,12 +21,13 @@ and Linux with both Clang and GCC.
## Usage
- bdftosfd [-hv] file
+ bdftosfd [-hv] [-f name] file
If file is a single dash (`-'), bdftosfd reads from the standard input.
The options are as follows:
+ -f name Specify font name.
-h Display usage.
-v Display version.
diff --git a/bdftosfd.1 b/bdftosfd.1
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 16 2020 $
+.Dd $Mdocdate: January 30 2020 $
.Dt BDFTOSFD 1
.Os
.Sh NAME
@@ -33,6 +33,7 @@
.Sh SYNOPSIS
.Nm
.Op Fl hv
+.Op Fl f Ar name
.Ar file
.Sh DESCRIPTION
.Nm
@@ -46,6 +47,8 @@ reads from the standard input.
.Pp
The options are as follows:
.Bl -tag -width Ds
+.It Fl f Ar name
+Specify font name.
.It Fl h
Display usage.
.It Fl v