aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormwtoews <mwtoews@gmail.com>2018-05-05 23:05:50 +1200
committermwtoews <mwtoews@gmail.com>2018-05-05 23:05:50 +1200
commit914928ded6ced41b9f4684bcfcdf508ee25a4f81 (patch)
tree3cf6c910f22d14b328dd0c6b87708e920d7b0844 /src
parentb737d92c36f8e2f29d8a7f63931b30f1f9aaf34e (diff)
downloadPROJ-914928ded6ced41b9f4684bcfcdf508ee25a4f81.tar.gz
PROJ-914928ded6ced41b9f4684bcfcdf508ee25a4f81.zip
geod usage: remove non-exist 'T', add 'l'
Diffstat (limited to 'src')
-rw-r--r--src/geod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geod.c b/src/geod.c
index e90d71b5..bb52818e 100644
--- a/src/geod.c
+++ b/src/geod.c
@@ -21,7 +21,7 @@ inverse = 0; /* != 0 then inverse geodesic */
*osform = "%.3f", /* output format for S */
pline[50], /* work string */
*usage =
-"%s\nusage: %s [ -afFIptTwW [args] ] [ +opts[=arg] ] [ files ]\n";
+"%s\nusage: %s [ -afFIlptwW [args] ] [ +opts[=arg] ] [ files ]\n";
static void
printLL(double p, double l) {
if (oform) {