From 14ceb6e8037c5216f0563651da64bce7ec38f532 Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Mon, 28 Mar 2011 11:12:39 -0700 Subject: [PATCH] add "-version" description to man pages Change-Id: I699899b11db3b62628c9438f07c379d2ae413031 --- man/cwebp.1 | 5 ++++- man/dwebp.1 | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/man/cwebp.1 b/man/cwebp.1 index cc57065e..3465628f 100644 --- a/man/cwebp.1 +++ b/man/cwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH CWEBP 1 "March 1, 2011" +.TH CWEBP 1 "March 28, 2011" .SH NAME cwebp \- compress an image file to a WebP file .SH SYNOPSIS @@ -28,6 +28,9 @@ A short usage summary. .B \-H, \-longhelp A summary of all the possible options. .TP +.B \-version +Print the version number (as major.minor.revision) and exit. +.TP .B \-q float Specify the compression factor between 0 and 100. Small factor produce smaller file with lower quality. Best quality is achieved diff --git a/man/dwebp.1 b/man/dwebp.1 index f0538e7b..f13890cd 100644 --- a/man/dwebp.1 +++ b/man/dwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH DWEBP 1 "March 1, 2011" +.TH DWEBP 1 "March 28, 2011" .SH NAME dwebp \- compress a WebP file to an image file .SH SYNOPSIS @@ -18,6 +18,9 @@ The basic options are: .B \-h Print usage summary. .TP +.B \-version +Print the version number (as major.minor.revision) and exit. +.TP .B \-o string Specify the name of the output file (as PNG format by default). .TP