diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-05 22:38:53 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-22 22:29:09 -0800 |
commit | f557d6258105ac2717093aebfd2fcbcb16730593 (patch) | |
tree | 62e55fa37ac7443051923291419db8e291bff067 /man | |
parent | 0d2f3192cc7dedee160702c5eaf4d2b03a21612b (diff) |
Add -version option to print version
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'man')
-rw-r--r-- | man/fstobdf.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/fstobdf.man b/man/fstobdf.man index 9c1c0eb..729a429 100644 --- a/man/fstobdf.man +++ b/man/fstobdf.man @@ -35,6 +35,8 @@ fstobdf \- generate BDF font from X font server ] .B \-fn .I fontname +.TP +.B fstobdf \-version .SH DESCRIPTION The \fIfstobdf\fP program reads a font from a font server and prints a BDF file on the standard output that may be used to recreate the font. @@ -53,6 +55,10 @@ environment variable is used. .TP 8 .B \-fn \fIfontname\fP This option specifies the font for which a BDF file should be generated. +.TP 8 +.B \-version +This option prints the program version and then exits without generating +a BDF file. .SH ENVIRONMENT .TP 8 .B FONTSERVER |