Skip to content

Commit

Permalink
Enable longoptions support for grdclip. (#8180)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbdavis authored Dec 18, 2023
1 parent d477d1b commit 0614b90
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/longopt/grdclip_inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ static struct GMT_KEYWORD_DICTIONARY module_kw[] = {
short_directives, long_directives,
short_modifiers, long_modifiers,
transproc_mask */
{ 0, 'G', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'S', "",
"", "",
"", "",
GMT_G_OUTGRID_KW,
{ 0, 'S', "set",
"a,b,i,r", "above,below,between,replace|new",
"e", "equal",
GMT_TP_STANDARD },
{ 0, '\0', "", "", "", "", "", 0 } /* End of list marked with empty option and strings */
};
Expand Down

0 comments on commit 0614b90

Please sign in to comment.