[GRASS-SVN] r44658 - grass/branches/develbranch_6/display/d.vect

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 22 05:40:40 EST 2010


Author: martinl
Date: 2010-12-22 02:40:40 -0800 (Wed, 22 Dec 2010)
New Revision: 44658

Modified:
   grass/branches/develbranch_6/display/d.vect/main.c
Log:
d.vect: explain 'display' parameter
(merge r44657 from trunk)


Modified: grass/branches/develbranch_6/display/d.vect/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.vect/main.c	2010-12-22 10:36:05 UTC (rev 44657)
+++ grass/branches/develbranch_6/display/d.vect/main.c	2010-12-22 10:40:40 UTC (rev 44658)
@@ -133,7 +133,13 @@
     display_opt->answer = "shape";
     display_opt->options = "shape,cat,topo,dir,attr,zcoor";
     display_opt->description = _("Display");
-
+    display_opt->descriptions = _("shape;Display geometry of features;"
+				  "cat;Display category numbers of features;"
+				  "topo;Display topology information (nodes, edges);"
+				  "dir;Display direction of linear features;"
+				  "attr;Display selected attribute based on 'attrcolumn';"
+				  "zcoor;Display z-coordinate of features (only for 3D vector maps)");
+    
     /* Query */
     type_opt = G_define_standard_option(G_OPT_V_TYPE);
     type_opt->answer = "point,line,boundary,centroid,area,face";



More information about the grass-commit mailing list