From 2e43d3e0ab72e3b0d833f03eba891d4144501205 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Wed, 3 Nov 2004 00:28:24 +0000 Subject: [PATCH] removed extra newlines in usage message --- tools/tiff2rgba.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tools/tiff2rgba.c b/tools/tiff2rgba.c index 408fa52f..ef9d6f9e 100644 --- a/tools/tiff2rgba.c +++ b/tools/tiff2rgba.c @@ -1,4 +1,4 @@ -/* $Id: tiff2rgba.c,v 1.10 2004-09-03 13:57:34 dron Exp $ */ +/* $Id: tiff2rgba.c,v 1.11 2004-11-03 00:28:24 fwarmerdam Exp $ */ /* * Copyright (c) 1991-1997 Sam Leffler @@ -456,17 +456,17 @@ tiffcvt(TIFF* in, TIFF* out) } static char* stuff[] = { - "usage: tiff2rgba [-c comp] [-r rows] [-b] input... output\n", - "where comp is one of the following compression algorithms:\n", - " jpeg\t\tJPEG encoding\n", - " zip\t\tLempel-Ziv & Welch encoding\n", - " lzw\t\tLempel-Ziv & Welch encoding\n", - " packbits\tPackBits encoding\n", - " none\t\tno compression\n", - "and the other options are:\n", - " -r\trows/strip\n", - " -b (progress by block rather than as a whole image)\n", - " -n don't emit alpha component.\n", + "usage: tiff2rgba [-c comp] [-r rows] [-b] input... output", + "where comp is one of the following compression algorithms:", + " jpeg\t\tJPEG encoding", + " zip\t\tLempel-Ziv & Welch encoding", + " lzw\t\tLempel-Ziv & Welch encoding", + " packbits\tPackBits encoding", + " none\t\tno compression", + "and the other options are:", + " -r\trows/strip", + " -b (progress by block rather than as a whole image)", + " -n don't emit alpha component.", NULL };