From 08d4b05771ada2a57dd5f96a6e852a52b6084014 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 23 May 2021 12:58:06 +0200 Subject: projinfo: fix error message regarding --output-id --- src/apps/projinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/apps/projinfo.cpp b/src/apps/projinfo.cpp index 0ba1416e..10944984 100644 --- a/src/apps/projinfo.cpp +++ b/src/apps/projinfo.cpp @@ -1312,10 +1312,10 @@ int main(int argc, char **argv) { if (outputAll) { outputOpt.SQL = false; std::cerr << "WARNING: SQL output disable since " - "--output-id=AUTH:CODE has not been specified." + "--output-id AUTH:CODE has not been specified." << std::endl; } else { - std::cerr << "ERROR: --output-id=AUTH:CODE must be specified when " + std::cerr << "ERROR: --output-id AUTH:CODE must be specified when " "SQL output is enabled." << std::endl; std::exit(1); -- cgit v1.2.3