Help message formatting fixed.

This commit is contained in:
Andrey Kiselev 2006-02-07 11:08:31 +00:00
parent 9e660b33c7
commit 4ae296c255

View File

@ -1,4 +1,4 @@
/* $Id: raw2tiff.c,v 1.20 2006-01-11 17:03:43 fwarmerdam Exp $
/* $Id: raw2tiff.c,v 1.21 2006-02-07 11:08:31 dron Exp $
*
* Project: libtiff tools
* Purpose: Convert raw byte sequences in TIFF images
@ -602,7 +602,7 @@ static char* stuff[] = {
"",
" -c lzw[:opts] compress output with Lempel-Ziv & Welch encoding",
" -c zip[:opts] compress output with deflate encoding",
" -c jpeg[:opts]compress output with JPEG encoding",
" -c jpeg[:opts] compress output with JPEG encoding",
" -c packbits compress output with packbits encoding",
" -c none use no compression algorithm on output",
"",