Skip to content

Commit

Permalink
Add longoptions support for gmtset. (#8061)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbdavis authored Nov 30, 2023
1 parent 785c497 commit e12d6b8
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/longopt/gmtset_inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,12 @@ static struct GMT_KEYWORD_DICTIONARY module_kw[] = {
short_directives, long_directives,
short_modifiers, long_modifiers,
transproc_mask */
{ 0, 'C', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'D', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'G', "",
"", "",
{ 0, 'C', "convert", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'D', "defaults|units",
"u,s", "us|US,si|SI",
"", "",
GMT_TP_STANDARD },
{ 0, 'G', "gmtconf|defaultsfile", "", "", "", "", GMT_TP_STANDARD },
{ 0, '\0', "", "", "", "", "", 0 } /* End of list marked with empty option and strings */
};
#endif /* !GMTSET_INC_H */

0 comments on commit e12d6b8

Please sign in to comment.