[GRASS-SVN] r31737 - grass/branches/develbranch_6/vector/v.in.ascii
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 18 05:20:14 EDT 2008
Author: hamish
Date: 2008-06-18 05:20:14 -0400 (Wed, 18 Jun 2008)
New Revision: 31737
Modified:
grass/branches/develbranch_6/vector/v.in.ascii/in.c
Log:
descriptions for format options
Modified: grass/branches/develbranch_6/vector/v.in.ascii/in.c
===================================================================
--- grass/branches/develbranch_6/vector/v.in.ascii/in.c 2008-06-18 07:57:45 UTC (rev 31736)
+++ grass/branches/develbranch_6/vector/v.in.ascii/in.c 2008-06-18 09:20:14 UTC (rev 31737)
@@ -64,6 +64,8 @@
format_opt->required = NO;
format_opt->multiple = NO;
format_opt->options = "point,standard";
+ format_opt->descriptions = _("point;simple x,y[,z] list;"
+ "standard;GRASS's vector ASCII format");
format_opt->answer = "point";
format_opt->description = _("Input file format");
More information about the grass-commit
mailing list