diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-03-26 18:26:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-26 18:26:30 +0100 |
| commit | 63ad4942ef496be4c1f5e25ba55aae87cae96200 (patch) | |
| tree | 320a30fba8da702f1e4bf21341cdbf878b3a061d /src/apps/cs2cs.cpp | |
| parent | a199edb807eea4439b98865d5cd33fa7e3fd0706 (diff) | |
| parent | 1eadd02ac0b28486e98aed9407f27c4956619bae (diff) | |
| download | PROJ-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.cpp | 4 |
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 */ |
