diff options
| author | mwtoews <mwtoews@gmail.com> | 2018-05-05 23:05:50 +1200 |
|---|---|---|
| committer | mwtoews <mwtoews@gmail.com> | 2018-05-05 23:05:50 +1200 |
| commit | 914928ded6ced41b9f4684bcfcdf508ee25a4f81 (patch) | |
| tree | 3cf6c910f22d14b328dd0c6b87708e920d7b0844 /src | |
| parent | b737d92c36f8e2f29d8a7f63931b30f1f9aaf34e (diff) | |
| download | PROJ-914928ded6ced41b9f4684bcfcdf508ee25a4f81.tar.gz PROJ-914928ded6ced41b9f4684bcfcdf508ee25a4f81.zip | |
geod usage: remove non-exist 'T', add 'l'
Diffstat (limited to 'src')
| -rw-r--r-- | src/geod.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
