examples: logging updates

- send errors to stderr
- send help to stdout
- add image size to webpmux -info output and send to stdout
- correct webpmux exit values

Change-Id: Ifd8e8493aab33a82765f7b7903cef345d96da9ae
This commit is contained in:
James Zern
2012-01-24 12:46:46 -08:00
parent 6c14aaddc4
commit 974aaff360
5 changed files with 117 additions and 123 deletions

View File

@ -1,5 +1,5 @@
.\" Hey, EMACS: -*- nroff -*-
.TH WEBPMUX 1 "November 3, 2011"
.TH WEBPMUX 1 "January 24, 2012"
.SH NAME
webpmux \- command line tool to create WebP Mux/container file.
.SH SYNOPSIS
@ -21,14 +21,14 @@ webpmux \- command line tool to create WebP Mux/container file.
.B \-o
.I OUTPUT
.br
.B webpmux [ \-tile
.B webpmux \-tile
.I TILE_OPTIONS
.B ]... \-o
.B [\-tile...] \-o
.I OUTPUT
.br
.B webpmux [ \-frame
.B webpmux \-frame
.I FRAME_OPTIONS
.B ]... \-loop
.B [\-frame...] \-loop
.I LOOP_COUNT
.B \-o
.I OUTPUT
@ -36,7 +36,7 @@ webpmux \- command line tool to create WebP Mux/container file.
.B webpmux \-info
.I INPUT
.br
.B webpmux \-help
.B webpmux [\-h|\-help]
.SH DESCRIPTION
This manual page documents the
.B webpmux