diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-11 11:27:51 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-11 11:27:51 -0800 |
commit | 48772e02a3067fb8450b98ddde5e1fed7a6ce80e (patch) | |
tree | cd5409ad5c72bac22ae52d4b896e1abb5c7779c3 /man | |
parent | e7c9e106e65767598b786804dc7324adc50d7efc (diff) |
Add -help and -version options
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/xfontsel.man | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/man/xfontsel.man b/man/xfontsel.man index 8abe62f..9084479 100644 --- a/man/xfontsel.man +++ b/man/xfontsel.man @@ -42,13 +42,11 @@ xfontsel \- point and click selection of X11 font names .SH SYNTAX .PP -\fBxfontsel\fP [-\fItoolkitoption\fP ...] -[\fB-pattern \fIfontname\fP] -[\fB-print\fP] -[\fB-sample \fItext\fP] -[\fB-sample16 \fItext16\fP] -[\fB-sampleUCS \fItextUCS\fP] -[\fB-scaled\fP] +.nf +\fBxfontsel\fP [-\fItoolkitoption\fP ...] [\fB-help\fP] [\fB-pattern\fP \fIfontname\fP] [\fB-print\fP] + [\fB-sample\fP \fItext\fP] [\fB-sample16\fP \fItext16\fP] [\fB-sampleUCS\fP \fItextUCS\fP] + [\fB-scaled\fP] [\fB-version\fP] +.fi .PP .SH DESCRIPTION .PP @@ -85,6 +83,12 @@ CHARSET_REGISTRY of ISO10646, overriding the default. The \fB-scaled\fP option enables the ability to select scaled fonts at arbitrary pixel or point sizes. .PP +The \fB\-help\fP option specifies that \fIxfontsel\fP should +print a usage message and exit. +.PP +The \fB\-version\fP option specifies that \fIxfontsel\fP should +print version info and exit. +.PP .SH INTERACTIONS .PP Clicking any pointer button in one of the XLFD field names will pop up |