[GRASS-SVN] r54979 - grass/trunk/scripts/v.db.reconnect.all

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 7 23:20:44 PST 2013


Author: neteler
Date: 2013-02-07 23:20:43 -0800 (Thu, 07 Feb 2013)
New Revision: 54979

Modified:
   grass/trunk/scripts/v.db.reconnect.all/v.db.reconnect.all.html
Log:
wording

Modified: grass/trunk/scripts/v.db.reconnect.all/v.db.reconnect.all.html
===================================================================
--- grass/trunk/scripts/v.db.reconnect.all/v.db.reconnect.all.html	2013-02-07 18:35:25 UTC (rev 54978)
+++ grass/trunk/scripts/v.db.reconnect.all/v.db.reconnect.all.html	2013-02-08 07:20:43 UTC (rev 54979)
@@ -98,13 +98,13 @@
 To become usable in GRASS 7, all vector maps in a mapset need to be updated:
 
 <div class="code"><pre>
-# first build new topology
+# first rebuild topology for all vector maps
 v.build.all
 
 # set new default db connection (to SQLite default)
 db.connect -d
 
-# copy attribute tables from old db to new db, delete old tables in DBF format
+# copy attribute tables from old DB to new SQLite DB, delete old tables in DBF format
 v.db.reconnect.all -cd
 </pre></div>
 



More information about the grass-commit mailing list