aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormwtoews <mwtoews@gmail.com>2018-05-05 22:44:32 +1200
committermwtoews <mwtoews@gmail.com>2018-05-05 22:44:32 +1200
commit7ec02f43a42cf89957b60f5bb2b03deb90b31f1b (patch)
tree62cf11ba420d057355051a065b354b557cdacbb0 /src
parent34f4ac6fc5c1190a21a8c9ca08ae121ad6883c43 (diff)
downloadPROJ-7ec02f43a42cf89957b60f5bb2b03deb90b31f1b.tar.gz
PROJ-7ec02f43a42cf89957b60f5bb2b03deb90b31f1b.zip
proj usage: remove unused 'c', add 'vV' to invproj
Diffstat (limited to 'src')
-rw-r--r--src/proj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proj.c b/src/proj.c
index c3b604c9..01b32065 100644
--- a/src/proj.c
+++ b/src/proj.c
@@ -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;