From 4ae296c25550866b9c7a9370957f421a04e53936 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Tue, 7 Feb 2006 11:08:31 +0000 Subject: [PATCH] Help message formatting fixed. --- tools/raw2tiff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/raw2tiff.c b/tools/raw2tiff.c index 24d91d08..e21119c3 100644 --- a/tools/raw2tiff.c +++ b/tools/raw2tiff.c @@ -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", "",