summaryrefslogtreecommitdiff
path: root/tools/tiff2rgba.c
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2004-11-03 00:28:24 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2004-11-03 00:28:24 +0000
commit2e43d3e0ab72e3b0d833f03eba891d4144501205 (patch)
tree53a34d38c3c6476edf9a434c42cd21dd963453df /tools/tiff2rgba.c
parentca2ead5c6da0adb470a3b1a2b3e025357fae0a6d (diff)
downloadlibtiff-git-2e43d3e0ab72e3b0d833f03eba891d4144501205.tar.gz
removed extra newlines in usage message
Diffstat (limited to 'tools/tiff2rgba.c')
-rw-r--r--tools/tiff2rgba.c24
1 files 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
};