Craig Leat wrote: > I notice the "pattern" option to g.mlist has been shortened to "pat" > and the "input" and "output" options to gdal sometimes get shortened > to "in" and "out". Is there a rule one can apply for shortening these > options and do all GRASS modules understand the short options?
Yes; added as new FAQ entry: http://grass.gdf-hannover.de/wiki/Module_command_line_parser * Option names may be shortened up to the point where they collide. Thus shortening option names in a module with color= and column= options would require at minimum colo= and colu=. for example: input= -> in= and output= -> out= Hamish ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
