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/geod.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/geod.cpp')
| -rw-r--r-- | src/apps/geod.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/geod.cpp b/src/apps/geod.cpp index 7225856e..b46188d3 100644 --- a/src/apps/geod.cpp +++ b/src/apps/geod.cpp @@ -22,7 +22,7 @@ static const char *osform = "%.3f"; /* output format for S */ static char pline[50]; /* work string */ static const char *usage = -"%s\nusage: %s [ -afFIlptwW [args] ] [ +opts[=arg] ] [ files ]\n"; +"%s\nusage: %s [-afFIlptwW [args]] [+opt[=arg] ...] [file ...]\n"; static void printLL(double p, double l) { |
