[GRASS-SVN] r62853 - in grass/branches/releasebranch_7_0/scripts: v.pack v.unpack

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 22 03:55:32 PST 2014


Author: neteler
Date: 2014-11-22 03:55:32 -0800 (Sat, 22 Nov 2014)
New Revision: 62853

Modified:
   grass/branches/releasebranch_7_0/scripts/v.pack/v.pack.py
   grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.py
Log:
fix broken keyword list

Modified: grass/branches/releasebranch_7_0/scripts/v.pack/v.pack.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.pack/v.pack.py	2014-11-22 11:55:13 UTC (rev 62852)
+++ grass/branches/releasebranch_7_0/scripts/v.pack/v.pack.py	2014-11-22 11:55:32 UTC (rev 62853)
@@ -16,7 +16,9 @@
 
 #%module
 #% description: Packs up a vector map and support files for copying.
-#% keywords: vector, export, copying
+#% keywords: vector
+#% keywords: export
+#% keywords: copying
 #%end
 #%option G_OPT_V_INPUT
 #% label: Name of vector map to pack up

Modified: grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.py	2014-11-22 11:55:13 UTC (rev 62852)
+++ grass/branches/releasebranch_7_0/scripts/v.unpack/v.unpack.py	2014-11-22 11:55:32 UTC (rev 62853)
@@ -16,7 +16,9 @@
 
 #%module
 #% description: Unpacks a vector map packed with v.pack.
-#% keywords: vector, import, copying
+#% keywords: vector
+#% keywords: import
+#% keywords: copying
 #%end
 #%option G_OPT_F_INPUT
 #% gisprompt: old,bin,file



More information about the grass-commit mailing list