[GRASS-SVN] r62989 - grass/trunk/scripts/r.blend

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 02:19:12 PST 2014


Author: martinl
Date: 2014-11-26 02:19:12 -0800 (Wed, 26 Nov 2014)
New Revision: 62989

Modified:
   grass/trunk/scripts/r.blend/r.blend.py
Log:
r.blend use standardized options (#2409)

Modified: grass/trunk/scripts/r.blend/r.blend.py
===================================================================
--- grass/trunk/scripts/r.blend/r.blend.py	2014-11-26 10:17:03 UTC (rev 62988)
+++ grass/trunk/scripts/r.blend/r.blend.py	2014-11-26 10:19:12 UTC (rev 62989)
@@ -27,12 +27,8 @@
 #% key: second
 #% description: Name of second raster map for blending
 #%end
-#%option 
-#% key: output_prefix
-#% type: string
-#% description: Prefix for red, green and blue output raster maps containing
-#% key_desc : name
-#% required : yes
+#%option G_OPT_R_BASENAME_OUTPUT
+#% description: Basename for red, green and blue output raster maps
 #%end
 #%option
 #% key: percent



More information about the grass-commit mailing list