aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/proj.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/proj.c b/src/proj.c
index 8566d7a7..887d1413 100644
--- a/src/proj.c
+++ b/src/proj.c
@@ -301,6 +301,11 @@ int main(int argc, char **argv) {
char *str;
for (lp = pj_list ; lp->id ; ++lp) {
+ if( strcmp(lp->id,"latlong") == 0
+ || strcmp(lp->id,"longlat") == 0
+ || strcmp(lp->id,"geocent") == 0 )
+ continue;
+
(void)printf("%s : ", lp->id);
if (do_long) /* possibly multiline description */
(void)puts(*lp->descr);