summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Medalha <medalist@sapo.pt>2021-01-03 05:32:18 +0000
committerMiguel Medalha <medalist@sapo.pt>2021-01-03 05:32:18 +0000
commitb5e3173710925718347cd5267bf5365204818dcb (patch)
tree331d4bbf9c412df04a019cfe196b3e522e5da908
parent5c9316d51f683eb0ce0bd1c4dbfee8acb76b914e (diff)
downloadlibtiff-git-b5e3173710925718347cd5267bf5365204818dcb.tar.gz
Removed unnecessary reference to compression from usage info for -b parameter
-rw-r--r--tools/tiffcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tiffcp.c b/tools/tiffcp.c
index 7ab7cd74..fdff2142 100644
--- a/tools/tiffcp.c
+++ b/tools/tiffcp.c
@@ -538,8 +538,8 @@ static const char usage_info[] =
"\n"
"Note that input filenames may be of the form filename,x,y,z\n"
"where x, y, and z specify image numbers in the filename to copy.\n"
-"example: tiffcp -c none -b esp.tif,1 esp.tif,0 test.tif\n"
-" subtract 2nd image in esp.tif from 1st yielding uncompressed result test.tif\n"
+"example: tiffcp -b esp.tif,1 esp.tif,0 test.tif\n"
+" subtract 2nd image in esp.tif from 1st yielding result test.tif\n"
;
static void