Browse Source

v.build.all: fix keywords

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47075 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
d42a44ce8d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      scripts/v.build.all/v.build.all.py

+ 2 - 1
scripts/v.build.all/v.build.all.py

@@ -14,7 +14,8 @@
 
 #%module
 #% description: Rebuilds topology on all vector maps in the current mapset.
-#% keywords: vector, topology
+#% keywords: vector
+#% keywords: topology
 #%end
 
 import sys