diff options
| author | mwtoews <mwtoews@gmail.com> | 2018-05-05 22:44:32 +1200 |
|---|---|---|
| committer | mwtoews <mwtoews@gmail.com> | 2018-05-05 22:44:32 +1200 |
| commit | 7ec02f43a42cf89957b60f5bb2b03deb90b31f1b (patch) | |
| tree | 62cf11ba420d057355051a065b354b557cdacbb0 | |
| parent | 34f4ac6fc5c1190a21a8c9ca08ae121ad6883c43 (diff) | |
| download | PROJ-7ec02f43a42cf89957b60f5bb2b03deb90b31f1b.tar.gz PROJ-7ec02f43a42cf89957b60f5bb2b03deb90b31f1b.zip | |
proj usage: remove unused 'c', add 'vV' to invproj
| -rw-r--r-- | docs/source/apps/proj.rst | 4 | ||||
| -rw-r--r-- | src/proj.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/apps/proj.rst b/docs/source/apps/proj.rst index 97af0c1d..538bce48 100644 --- a/docs/source/apps/proj.rst +++ b/docs/source/apps/proj.rst @@ -12,9 +12,9 @@ proj Synopsis ******** - **proj** [ **-bceEfiIlmorsStTvVwW** ] [ args ] ] [ *+args* ] file[s] + **proj** [ **-beEfiIlmorsStTvVwW** ] [ args ] ] [ *+args* ] file[s] - **invproj** [ **-bceEfiIlmorsStTwW** ] [ args ] ] [ *+args* ] file[s] + **invproj** [ **-beEfiIlmorsStTvVwW** ] [ args ] ] [ *+args* ] file[s] Description @@ -49,7 +49,7 @@ static char static const char *oterr = "*\t*", /* output line for unprojectable input */ - *usage = "%s\nusage: %s [ -beEfiIlormsStTvVwW [args] ] [ +opts[=arg] ] [ files ]\n"; + *usage = "%s\nusage: %s [ -beEfiIlmorsStTvVwW [args] ] [ +opts[=arg] ] [ files ]\n"; static struct FACTORS facs; |
