mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
add "-version" description to man pages
Change-Id: I699899b11db3b62628c9438f07c379d2ae413031
This commit is contained in:
parent
b247a3b279
commit
14ceb6e803
@ -1,5 +1,5 @@
|
|||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.TH CWEBP 1 "March 1, 2011"
|
.TH CWEBP 1 "March 28, 2011"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
cwebp \- compress an image file to a WebP file
|
cwebp \- compress an image file to a WebP file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -28,6 +28,9 @@ A short usage summary.
|
|||||||
.B \-H, \-longhelp
|
.B \-H, \-longhelp
|
||||||
A summary of all the possible options.
|
A summary of all the possible options.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-version
|
||||||
|
Print the version number (as major.minor.revision) and exit.
|
||||||
|
.TP
|
||||||
.B \-q float
|
.B \-q float
|
||||||
Specify the compression factor between 0 and 100. Small factor
|
Specify the compression factor between 0 and 100. Small factor
|
||||||
produce smaller file with lower quality. Best quality is achieved
|
produce smaller file with lower quality. Best quality is achieved
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.TH DWEBP 1 "March 1, 2011"
|
.TH DWEBP 1 "March 28, 2011"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
dwebp \- compress a WebP file to an image file
|
dwebp \- compress a WebP file to an image file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -18,6 +18,9 @@ The basic options are:
|
|||||||
.B \-h
|
.B \-h
|
||||||
Print usage summary.
|
Print usage summary.
|
||||||
.TP
|
.TP
|
||||||
|
.B \-version
|
||||||
|
Print the version number (as major.minor.revision) and exit.
|
||||||
|
.TP
|
||||||
.B \-o string
|
.B \-o string
|
||||||
Specify the name of the output file (as PNG format by default).
|
Specify the name of the output file (as PNG format by default).
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
Reference in New Issue
Block a user