[GRASS-SVN] r72574 - in grass/branches/releasebranch_7_2/scripts: r.unpack v.unpack

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 25 07:13:23 PDT 2018


Author: neteler
Date: 2018-03-25 07:13:23 -0700 (Sun, 25 Mar 2018)
New Revision: 72574

Modified:
   grass/branches/releasebranch_7_2/scripts/r.unpack/r.unpack.py
   grass/branches/releasebranch_7_2/scripts/v.unpack/v.unpack.py
Log:
r.unpack; v.unpack: fix nonsensical descriptions

Modified: grass/branches/releasebranch_7_2/scripts/r.unpack/r.unpack.py
===================================================================
--- grass/branches/releasebranch_7_2/scripts/r.unpack/r.unpack.py	2018-03-25 14:13:06 UTC (rev 72573)
+++ grass/branches/releasebranch_7_2/scripts/r.unpack/r.unpack.py	2018-03-25 14:13:23 UTC (rev 72574)
@@ -14,7 +14,7 @@
 #############################################################################
 
 #%module
-#% description: Imports a raster map as GRASS GIS specific archive file (packed with r.pack)
+#% description: Imports a GRASS GIS specific raster archive file (packed with r.pack) as a raster map
 #% keyword: raster
 #% keyword: import
 #% keyword: copying

Modified: grass/branches/releasebranch_7_2/scripts/v.unpack/v.unpack.py
===================================================================
--- grass/branches/releasebranch_7_2/scripts/v.unpack/v.unpack.py	2018-03-25 14:13:06 UTC (rev 72573)
+++ grass/branches/releasebranch_7_2/scripts/v.unpack/v.unpack.py	2018-03-25 14:13:23 UTC (rev 72574)
@@ -15,7 +15,7 @@
 #############################################################################
 
 #%module
-#% description: Imports a vector map as GRASS GIS specific archive file (packed with v.pack)
+#% description: Imports a GRASS GIS specific vector archive file (packed with v.pack) as a vector map
 #% keyword: vector
 #% keyword: import
 #% keyword: copying
@@ -42,7 +42,6 @@
 #% guisection: Print
 #%end
 
-
 import os
 import sys
 import shutil



More information about the grass-commit mailing list