-
Notifications
You must be signed in to change notification settings - Fork 388
Update grdimage required arguments #8694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Can I merge this? BTW, I've just updated the rst file directly to master and looks fine. |
@joa-quim is it ok to merge this? |
This is not right. At #L223 it's inserting the -J in the middle of -I description. |
Ok. I see. Should it be in Line 231 (just before |
Yep, alphabetic order. |
Now it is line 231. BTW, why there is "-" after the "J"? |
Don't remember. |
The
grdimage
module does not require the-J
argument.Modify the file so that
-J
appears among the optional arguments when one typesgmt grdimage
in the terminal.I also remove
J
in#define THIS_MODULE_NEEDS
.On my pc it works fine. But I'm not sure I did it right.
Then I will modify the rst file.