summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-01-03 18:07:56 +0000
committerEven Rouault <even.rouault@spatialys.com>2021-01-03 18:07:56 +0000
commit19a0a71725193fd6f05fcd215ac9ac01f47f957b (patch)
treec5b2b9de1f4ac5a92da23d79782849461f4de94f
parent21a9ca82c845a2ca0acd54ab3963c3de5698589b (diff)
parentb5e3173710925718347cd5267bf5365204818dcb (diff)
downloadlibtiff-git-19a0a71725193fd6f05fcd215ac9ac01f47f957b.tar.gz
Merge branch 'tiffcp_b_parameter' into 'master'
tiffcp: Remove unnecessary reference to compression from usage info for -b parameter See merge request libtiff/libtiff!189
-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