Skip to content

Commit b476099

Browse files
authored
Add the missing -f option to grdcut (#4893)
See GenericMappingTools/pygmt#994 (comment)
1 parent 0a69775 commit b476099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grdcut.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define THIS_MODULE_PURPOSE "Extract subregion from a grid"
3434
#define THIS_MODULE_KEYS "<G{,GG}"
3535
#define THIS_MODULE_NEEDS ""
36-
#define THIS_MODULE_OPTIONS "-JRV"
36+
#define THIS_MODULE_OPTIONS "-JRVf"
3737

3838
/* Control structure for grdcut */
3939

0 commit comments

Comments
 (0)