The command below prints the module usage: ``` echo 5 5 TEXT | gmt select ``` but adding `-Ve` (or any other options) works: ``` echo 5 5 TEXT | gmt select -Ve 5 5 TEXT ```