-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a manpage to the generated package
Also, since a number of other packages use "thumbnailer for X" as a description, change this package's description to use "thumbnailer for X" instead of "generates thumbnails for X".
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
src/package/identity/usr/share/man/man1/jasc-pal-thumbnailer.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.TH JASC-PAL-THUMBNAILER 1 2021-07-24 | ||
.SH NAME | ||
jasc-pal-thumbnailer \- thumbnailer for jasc palette files | ||
.SH SYNOPSIS | ||
\fBjasc-pal-thumbnailer\fR \fB-s\fR \fIDIM\fR [\fB-i\fR \fIINFILE\fR] [\fB-o\fR \fIOUTFILE\fR] | ||
.SH DESCRIPTION | ||
A GNOME thumbnailer that accepts a jasc palette file | ||
and generates a thumbnail that shows the colors in the palette | ||
.SH OPTIONS | ||
.TP | ||
.BR \-? ", " \-\-help | ||
Displays a help message and exits. | ||
.TP | ||
.BR \-s ", " \-\-size =\fIDIM\fR | ||
The pixel dimensions of the generated output file. | ||
.TP | ||
.BR \-i ", " \-\-input =\fIFILE\fR | ||
The input file. | ||
If not specified, reads from stdin. | ||
.TP | ||
.BR \-o ", " \-\-output =\fIFILE\fR | ||
The location to place the output file. | ||
If not specified, writes to stdout. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters