diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-05 18:38:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-05 18:49:14 -0800 |
commit | a53f6c680d78e41e17e1b6af05d588f5d0083f2d (patch) | |
tree | 82f14fcc77d92757c41ebc2ac2fbd81fef1599b2 /man | |
parent | da8af2618143577c36ba7fe7656bb6e296616438 (diff) |
atobm, bmtoa, bitmap: Add -help and -version options
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/bitmap.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/bitmap.man b/man/bitmap.man index 924b8b3..992d551 100644 --- a/man/bitmap.man +++ b/man/bitmap.man @@ -152,6 +152,14 @@ are allowed. By default, no hotspot information is included. .B \-yhot \fInumber\fP This option specifies the Y coordinate of the hotspot. Only positive values are allowed. By default, no hotspot information is included. +.PP +All three commands also accept these options: +.TP 4 +.B \-help +Prints a usage message and exits. +.TP 4 +.B \-version +Prints version info and exits. .SH USAGE \fIBitmap\fP displays grid in which each square represents a single bit in the picture being edited. Actual size of the bitmap image, as |