Skip to content

Commit

Permalink
gmtwhich: Rename the long names for arguments of the -G option (#8597)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Oct 9, 2024
1 parent 4598700 commit 5d8e062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/longopt/gmtwhich_inc.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static struct GMT_KEYWORD_DICTIONARY module_kw[] = {
{ 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",
"a,c,l,u", "auto,cache,local,user",
"", "",
GMT_TP_STANDARD },
{ 0, '\0', "", "", "", "", "", 0 } /* End of list marked with empty option and strings */
Expand Down
4 changes: 2 additions & 2 deletions test/gmtwhich/gmtwhich-l2s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EOF
gmt $m $l2s --readable >> $b
gmt $m $l2s --confirm >> $b
gmt $m $l2s --directories --report_dir >> $b
gmt $m $l2s --download=user --download=cache >> $b
gmt $m $l2s --download=current --download=data >> $b
gmt $m $l2s --download=auto --download=cache >> $b
gmt $m $l2s --download=local --download=user >> $b

diff $a $b --strip-trailing-cr > fail

0 comments on commit 5d8e062

Please sign in to comment.