--- GMT3.4.3/src/gmt_init.c.org 2003-08-22 16:32:57.000000000 +0900 +++ GMT3.4.3/src/gmt_init.c 2003-08-22 16:37:51.000000000 +0900 @@ -590,6 +590,11 @@ GMT_unit_names[gmtdefs.measure_unit]); fprintf (stderr, "\tUse -JX (and/or -JZ) to give axes lengths rather than scales\n"); break; + case AZ_EQDIST: + fprintf (stderr, "\t -Je// OR -JE// (Azimuthal Equidistant)\n"); + fprintf (stderr, "\t lon0/lat0 is the center or the projection.\n"); + fprintf (stderr, "\t Scale is either <1:xxxx> or /, where is distance\n"); + fprintf (stderr, "\t in %s to the oblique parallel . \n", GMT_unit_names[gmtdefs.measure_unit]); default: fprintf (stderr, "\tProjection not recognized!\n"); break;