Browse Source

fix keywords for some scripts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47076 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
20d2c4916a

+ 1 - 0
scripts/d.shadedmap/d.shadedmap.py

@@ -16,6 +16,7 @@
 
 #%Module
 #% description: Drapes a color raster over a shaded relief map using d.his
+#% keywords: display
 #%End
 #%option
 #% key: reliefmap

+ 5 - 2
scripts/d.vect.thematic/d.vect.thematic.py

@@ -17,8 +17,11 @@
 
 
 #%Module
-#%  description: Displays thematic vector map
-#%  keywords: display, vector, thematic, legend
+#% description: Displays thematic vector map
+#% keywords: display
+#% keywords: vector
+#% keywords: thematic
+#% keywords: legend
 #%End
 #%option
 #% guisection: Files

+ 3 - 1
scripts/r.pack/r.pack.py

@@ -15,7 +15,9 @@
 
 #%module
 #% description: Packs up a raster map and support files for copying.
-#% keywords: raster, export, copying
+#% keywords: raster
+#% keywords: export
+#% keywords: copying
 #%end
 #%option
 #% key: input

+ 3 - 1
scripts/r.unpack/r.unpack.py

@@ -15,7 +15,9 @@
 
 #%module
 #% description: Unpacks a raster map packed with r.pack.
-#% keywords: raster, import, copying
+#% keywords: raster
+#% keywords: import
+#% keywords: copying
 #%end
 #%option
 #% key: input

+ 2 - 1
scripts/v.in.lines/v.in.lines.py

@@ -17,7 +17,8 @@
 #############################################################################
 #%Module
 #% description: Import ASCII x,y[,z] coordinates as a series of lines.
-#% keywords: vector, import
+#% keywords: vector
+#% keywords: import
 #%End
 #%flag
 #% key: z

+ 3 - 1
scripts/v.in.wfs/v.in.wfs.py

@@ -19,7 +19,9 @@
 
 #%Module
 #% description: Import GetFeature from WFS.
-#% keywords: vector, import, wfs
+#% keywords: vector
+#% keywords: import
+#% keywords: wfs
 #%end
 #%option
 #% key: url