From 914928ded6ced41b9f4684bcfcdf508ee25a4f81 Mon Sep 17 00:00:00 2001 From: mwtoews Date: Sat, 5 May 2018 23:05:50 +1200 Subject: geod usage: remove non-exist 'T', add 'l' --- src/geod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3