Skip to content

Commit

Permalink
Add longoptions support for gmtwhich. (#8071)
Browse files Browse the repository at this point in the history
* Add longoptions support for gmtwhich.

* Add longoptions support for gmtwhich.

* Add longoptions support for gmtwhich.
  • Loading branch information
rbdavis authored Nov 30, 2023
1 parent 2f3d192 commit 83b5dfc
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions src/longopt/gmtwhich_inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,11 @@ static struct GMT_KEYWORD_DICTIONARY module_kw[] = {
short_directives, long_directives,
short_modifiers, long_modifiers,
transproc_mask */
{ 0, 'A', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'C', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'D', "",
"", "",
"", "",
GMT_TP_STANDARD },
{ 0, 'G', "",
"", "",
{ 0, 'A', "readable", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'C', "confirm", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'D', "directories|report_dir", "", "", "", "", GMT_TP_STANDARD },
{ 0, 'G', "download",
"a,c,l,u", "user,cache,current,data",
"", "",
GMT_TP_STANDARD },
{ 0, '\0', "", "", "", "", "", 0 } /* End of list marked with empty option and strings */
Expand Down

0 comments on commit 83b5dfc

Please sign in to comment.