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/proj.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/proj.cpp')
| -rw-r--r-- | src/apps/proj.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/proj.cpp b/src/apps/proj.cpp index 40fc5695..5f0ee71f 100644 --- a/src/apps/proj.cpp +++ b/src/apps/proj.cpp @@ -45,7 +45,7 @@ static char oform_buffer[16]; /* Buffer for oform when using -d */ static const char *oterr = "*\t*", /* output line for unprojectable input */ - *usage = "%s\nusage: %s [ -bdeEfiIlmorsStTvVwW [args] ] [ +opts[=arg] ] [ files ]\n"; + *usage = "%s\nusage: %s [-bdeEfiIlmorsStTvVwW [args]] [+opt[=arg] ...] [file ...]\n"; static PJ_FACTORS facs; |
