[GRASS-SVN] r56302 - grass/trunk/vector/v.db.connect

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 18 15:39:56 PDT 2013


Author: neteler
Date: 2013-05-18 15:39:56 -0700 (Sat, 18 May 2013)
New Revision: 56302

Modified:
   grass/trunk/vector/v.db.connect/main.c
Log:
v.db.connect: add keyword layer

Modified: grass/trunk/vector/v.db.connect/main.c
===================================================================
--- grass/trunk/vector/v.db.connect/main.c	2013-05-18 14:20:03 UTC (rev 56301)
+++ grass/trunk/vector/v.db.connect/main.c	2013-05-18 22:39:56 UTC (rev 56302)
@@ -51,6 +51,7 @@
     G_add_keyword(_("vector"));
     G_add_keyword(_("attribute table"));
     G_add_keyword(_("database"));
+    G_add_keyword(_("layer"));
     module->description =
 	_("Prints/sets DB connection for a vector map to attribute table.");
 



More information about the grass-commit mailing list