[GRASS-SVN] r44667 - grass/branches/releasebranch_6_4/display/d.vect

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


Author: martinl
Date: 2010-12-22 05:41:08 -0800 (Wed, 22 Dec 2010)
New Revision: 44667

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


Modified: grass/branches/releasebranch_6_4/display/d.vect/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.vect/main.c	2010-12-22 13:39:49 UTC (rev 44666)
+++ grass/branches/releasebranch_6_4/display/d.vect/main.c	2010-12-22 13:41:08 UTC (rev 44667)
@@ -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