From 9c94241dae7b09216522d6d5937e6e09d07d8400 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Fri, 15 Oct 2004 07:50:15 +0000 Subject: [PATCH] Fixes in help message. --- tools/bmp2tiff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bmp2tiff.c b/tools/bmp2tiff.c index 97654ea6..2957c1c4 100644 --- a/tools/bmp2tiff.c +++ b/tools/bmp2tiff.c @@ -1,4 +1,4 @@ -/* $Id: bmp2tiff.c,v 1.9 2004-10-10 12:33:18 dron Exp $ +/* $Id: bmp2tiff.c,v 1.10 2004-10-15 07:50:15 dron Exp $ * * Project: libtiff tools * Purpose: Convert Windows BMP files in TIFF. @@ -731,7 +731,7 @@ processCompressOptions(char* opt) } static char* stuff[] = { -"bmp2tiff --- tool for converting Windows BMP files in TIFF", +"bmp2tiff --- convert Windows BMP files to TIFF", "usage: bmp2tiff [options] input.bmp output.tif", "where options are:", " -r # make each strip have no more than # rows",