libgeotiff/fix-geotifcp-usage-command-mismatch.patch
2021-09-13 21:05:45 +08:00

26 lines
709 B
Diff

From 958768d260156bf95f52f64dda3743c8f8674def Mon Sep 17 00:00:00 2001
From: lingsheng <lingsheng@huawei.com>
Date: Mon, 13 Sep 2021 20:55:42 +0800
Subject: [PATCH] fix geotifcp usage command mismatch
---
bin/geotifcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/geotifcp.c b/bin/geotifcp.c
index 04d23c4..3b5f138 100644
--- a/bin/geotifcp.c
+++ b/bin/geotifcp.c
@@ -366,7 +366,7 @@ processCompressOptions(char* opt)
}
char* stuff[] = {
-"usage: gtiffcp [options] input... output",
+"usage: geotifcp [options] input... output",
"where options are:",
" -g file install GeoTIFF metadata from <file>",
" -4 proj4_str install GeoTIFF metadata from proj4 string",
--
2.27.0