aboutsummaryrefslogtreecommitdiff
path: root/src/apps/cs2cs.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-03-26 18:26:30 +0100
committerGitHub <noreply@github.com>2019-03-26 18:26:30 +0100
commit63ad4942ef496be4c1f5e25ba55aae87cae96200 (patch)
tree320a30fba8da702f1e4bf21341cdbf878b3a061d /src/apps/cs2cs.cpp
parenta199edb807eea4439b98865d5cd33fa7e3fd0706 (diff)
parent1eadd02ac0b28486e98aed9407f27c4956619bae (diff)
downloadPROJ-63ad4942ef496be4c1f5e25ba55aae87cae96200.tar.gz
PROJ-63ad4942ef496be4c1f5e25ba55aae87cae96200.zip
Merge pull request #1349 from cjmayo/manopts
Doc: Be consistent in use of +opts
Diffstat (limited to 'src/apps/cs2cs.cpp')
-rw-r--r--src/apps/cs2cs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/cs2cs.cpp b/src/apps/cs2cs.cpp
index c68572fa..55b38bbc 100644
--- a/src/apps/cs2cs.cpp
+++ b/src/apps/cs2cs.cpp
@@ -68,8 +68,8 @@ static const char *oform =
static char oform_buffer[16]; /* buffer for oform when using -d */
static const char *oterr = "*\t*"; /* output line for unprojectable input */
static const char *usage =
- "%s\nusage: %s [ -dDeEfIlrstvwW [args] ] [ +opts[=arg] ]\n"
- " [+to [+opts[=arg] [ files ]\n";
+ "%s\nusage: %s [-dDeEfIlrstvwW [args]] [+opt[=arg] ...]\n"
+ " [+to +opt[=arg] ...] [file ...]\n";
static double (*informat)(const char *,
char **); /* input data deformatter function */