浏览代码

wording

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54979 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 年之前
父节点
当前提交
74f847c0f9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      scripts/v.db.reconnect.all/v.db.reconnect.all.html

+ 2 - 2
scripts/v.db.reconnect.all/v.db.reconnect.all.html

@@ -98,13 +98,13 @@ database. This option should be used very carefully!
 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>