summary refs log tree commit diff
path: root/bin/man/psf2png.1
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/man/psf2png.117
1 files changed, 16 insertions, 1 deletions
diff --git a/bin/man/psf2png.1 b/bin/man/psf2png.1
index 3450dce8..bbabd484 100644
--- a/bin/man/psf2png.1
+++ b/bin/man/psf2png.1
@@ -8,6 +8,8 @@
 .
 .Sh SYNOPSIS
 .Nm
+.Op Fl c Ar cols
+.Op Fl s Ar str
 .Op Ar file
 .
 .Sh DESCRIPTION
@@ -17,7 +19,20 @@ renders the PSF2 font
 or standard input
 to PNG
 on standard output.
-The glyphs are arranged in 32 columns.
+.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Fl c Ar cols
+Arrange glyphs in
+.Ar cols
+columns.
+The default number of columns is 32.
+.It Fl s Ar str
+Render glyphs for string
+.Ar str
+rather than all glyphs.
+.El
 .
 .Sh SEE ALSO
 .Xr pngo 1 ,