[GRASS-SVN] r72572 - in grass/trunk/scripts: r.unpack v.unpack
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 25 07:12:24 PDT 2018
Author: neteler
Date: 2018-03-25 07:12:24 -0700 (Sun, 25 Mar 2018)
New Revision: 72572
Modified:
grass/trunk/scripts/r.unpack/r.unpack.py
grass/trunk/scripts/v.unpack/v.unpack.py
Log:
r.unpack; v.unpack: fix nonsensical descriptions
Modified: grass/trunk/scripts/r.unpack/r.unpack.py
===================================================================
--- grass/trunk/scripts/r.unpack/r.unpack.py 2018-03-25 13:58:32 UTC (rev 72571)
+++ grass/trunk/scripts/r.unpack/r.unpack.py 2018-03-25 14:12:24 UTC (rev 72572)
@@ -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/trunk/scripts/v.unpack/v.unpack.py
===================================================================
--- grass/trunk/scripts/v.unpack/v.unpack.py 2018-03-25 13:58:32 UTC (rev 72571)
+++ grass/trunk/scripts/v.unpack/v.unpack.py 2018-03-25 14:12:24 UTC (rev 72572)
@@ -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