Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/grdimage.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ static int usage (struct GMTAPI_CTRL *API, int level) {
"If the image is plain (e.g., JPG, PNG, GIF) you must also give a corresponding -R.");
if (API->external) /* External interface */
GMT_Usage (API, -2, "If -D is used then <grid> is instead expected to be an image.");
GMT_Option (API, "J-");
GMT_Message (API, GMT_TIME_NONE, "\n OPTIONAL ARGUMENTS:\n");
if (API->external) /* External interface */
GMT_Usage (API, 1, "\n-A Return a GMT raster image instead of a PostScript plot.");
Expand Down Expand Up @@ -229,6 +228,7 @@ static int usage (struct GMTAPI_CTRL *API, int level) {
GMT_Usage (API, 3, "+m Set <ambient> light to add [0].");
GMT_Usage (API, -2, "Alternatively, use -I+d to accept the default values (see grdgradient for more details). "
"To derive intensities from another grid than <grid>, give the alternative data grid with suitable modifiers.");
GMT_Option (API, "J-");
GMT_Option (API, "K");
GMT_Usage (API, 1, "\n-M Force a monochrome (gray-scale) image.");
GMT_Usage (API, 1, "\n-N Do Not clip image at the map boundary.");
Expand Down
Loading