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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 22 08:39:49 EST 2010


Author: martinl
Date: 2010-12-22 05:39:49 -0800 (Wed, 22 Dec 2010)
New Revision: 44666

Modified:
   grass/branches/develbranch_6/display/d.vect/main.c
Log:
d.vect: fix parameter name in description


Modified: grass/branches/develbranch_6/display/d.vect/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.vect/main.c	2010-12-22 13:35:35 UTC (rev 44665)
+++ grass/branches/develbranch_6/display/d.vect/main.c	2010-12-22 13:39:49 UTC (rev 44666)
@@ -137,7 +137,7 @@
 				  "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';"
+				  "attr;Display selected attribute based on 'attrcol';"
 				  "zcoor;Display z-coordinate of features (only for 3D vector maps)");
     
     /* Query */



More information about the grass-commit mailing list