diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-11 15:46:31 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-11 15:49:24 -0800 |
commit | a67a5771ecf2cdce8c4214dec58489ba6eb48219 (patch) | |
tree | b1806fa13a7fc1569dded0beb4cbc472b47d5e29 /man | |
parent | 972d4c5c6a4293b7da32194f219e5299e4e33e37 (diff) |
Add -help and -version options
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/xmag.man | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/xmag.man b/man/xmag.man index b6f850f..e608491 100644 --- a/man/xmag.man +++ b/man/xmag.man @@ -37,6 +37,13 @@ xmag \- magnify parts of the screen ] [ .I \-toolkitoption \&.\|.\|. ] +.br +.B xmag +[ +.B \-help +| +.B \-version +] .SH DESCRIPTION The \fIxmag\fP program allows you to magnify portions of an X screen. If no explicit region is specified, a square with the pointer in the upper left @@ -95,5 +102,11 @@ an area of the screen. .TP 15 .B \-mag\fI integer\fP This option indicates the magnification to be used. 5 is the default. +.TP 15 +.B \-help +This option indicates that \fIxmag\fP should print a usage message and exit. +.TP 15 +.B \-version +This option indicates that \fIxmag\fP should print version info and exit. .SH AUTHORS Dave Sternlicht and Davor Matic, MIT X Consortium. |