[GRASS-SVN] r44327 - grass-addons/raster/r.unpack

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 15 07:51:46 EST 2010


Author: martinl
Date: 2010-11-15 04:51:46 -0800 (Mon, 15 Nov 2010)
New Revision: 44327

Modified:
   grass-addons/raster/r.unpack/r.unpack
Log:
r.unpack: cosmetics in description


Modified: grass-addons/raster/r.unpack/r.unpack
===================================================================
--- grass-addons/raster/r.unpack/r.unpack	2010-11-15 12:47:50 UTC (rev 44326)
+++ grass-addons/raster/r.unpack/r.unpack	2010-11-15 12:51:46 UTC (rev 44327)
@@ -11,20 +11,20 @@
 #
 
 #%Module
-#%  description: UnPacks a raster map packed with r.pack
+#%  description: Unoacks a raster map packed with r.pack.
 #%End
 #%option
 #% key: input
 #% type: string
-#% gisprompt: old_file,file,input
-#% description: Name of an existing pack file
+#% gisprompt: old,file,input
+#% description: Name of input pack file
 #% required : yes
 #%end
 #%option
 #% key: output
 #% type: string
 #% gisprompt: new,cell,raster
-#% description: Output raster map (default: taken from input file internals)
+#% description: Name for output raster map (default: taken from input file internals)
 #% required : no
 #%end
 #%flag



More information about the grass-commit mailing list