-
Notifications
You must be signed in to change notification settings - Fork 382
gmt select always needs at least one argument #3907
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
Comments
Usually, gmt select is given a directory on how to select, i.e., one of -C, -F, -G, -L, -R, -S, -Z. If nothing is given the perhaps that should be an error instead of giving usage? |
Sometimes I find it useful to run BTW, |
Wouldn't gmt convert be the more logical module for this purpose? |
Aha, didn't realize that "convert" is the better choice. |
Maybe just close this one? |
The command below prints the module usage:
but adding
-Ve
(or any other options) works:The text was updated successfully, but these errors were encountered: