diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/apps/projinfo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/apps/projinfo.cpp b/src/apps/projinfo.cpp index 01ccb23a..966de03d 100644 --- a/src/apps/projinfo.cpp +++ b/src/apps/projinfo.cpp @@ -99,9 +99,9 @@ static void usage() { << std::endl << " [--identify] [--3d]" << std::endl << " [--c-ify] [--single-line]" << std::endl - << " --searchpaths | --remote-data | " - "{object_definition} |" - << " (-s {srs_def} -t {srs_def})" << std::endl; + << " --searchpaths | --remote-data |" << std::endl + << " {object_definition} | (-s {srs_def} -t {srs_def})" + << std::endl; std::cerr << std::endl; std::cerr << "-o: formats is a comma separated combination of: " "all,default,PROJ,WKT_ALL,WKT2:2015,WKT2:2019,WKT1:GDAL," |
