Skip to content

Commit

Permalink
gmt inset shall not accept -X -Y
Browse files Browse the repository at this point in the history
While the -X and -Y options serve no purpose in the gmt inset call, and are not listed as allowable options neither in synopsis nor documentation, we did in fact not prohibit them, leading to troubles (#6288).
This PR slams that door shot.  No example or tests used -X -Y since that was never the plan.
  • Loading branch information
PaulWessel committed Feb 4, 2022
1 parent 12e5f5e commit 8f01939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inset.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define THIS_MODULE_PURPOSE "Manage figure inset setup and completion"
#define THIS_MODULE_KEYS ">X}"
#define THIS_MODULE_NEEDS "JR"
#define THIS_MODULE_OPTIONS "JRVXY"
#define THIS_MODULE_OPTIONS "JRV"

/* Control structure for inset */

Expand Down

0 comments on commit 8f01939

Please sign in to comment.