@@ -193,7 +193,6 @@ static int usage (struct GMTAPI_CTRL *API, int level) {
193
193
"If the image is plain (e.g., JPG, PNG, GIF) you must also give a corresponding -R." );
194
194
if (API -> external ) /* External interface */
195
195
GMT_Usage (API , -2 , "If -D is used then <grid> is instead expected to be an image." );
196
- GMT_Option (API , "J-" );
197
196
GMT_Message (API , GMT_TIME_NONE , "\n OPTIONAL ARGUMENTS:\n" );
198
197
if (API -> external ) /* External interface */
199
198
GMT_Usage (API , 1 , "\n-A Return a GMT raster image instead of a PostScript plot." );
@@ -229,6 +228,7 @@ static int usage (struct GMTAPI_CTRL *API, int level) {
229
228
GMT_Usage (API , 3 , "+m Set <ambient> light to add [0]." );
230
229
GMT_Usage (API , -2 , "Alternatively, use -I+d to accept the default values (see grdgradient for more details). "
231
230
"To derive intensities from another grid than <grid>, give the alternative data grid with suitable modifiers." );
231
+ GMT_Option (API , "J-" );
232
232
GMT_Option (API , "K" );
233
233
GMT_Usage (API , 1 , "\n-M Force a monochrome (gray-scale) image." );
234
234
GMT_Usage (API , 1 , "\n-N Do Not clip image at the map boundary." );
0 commit comments