[GRASS-SVN] r63085 - grass/trunk/temporal/t.rast.mapcalc

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 07:57:00 PST 2014


Author: martinl
Date: 2014-11-26 07:56:59 -0800 (Wed, 26 Nov 2014)
New Revision: 63085

Modified:
   grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.py
Log:
t.rast.mapcalc: use standardized options (#2409)

Modified: grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.py
===================================================================
--- grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.py	2014-11-26 15:53:02 UTC (rev 63084)
+++ grass/trunk/temporal/t.rast.mapcalc/t.rast.mapcalc.py	2014-11-26 15:56:59 UTC (rev 63085)
@@ -39,14 +39,10 @@
 #%option G_OPT_STRDS_OUTPUT
 #%end
 
-#%option
-#% key: basename
-#% type: string
-#% label: Basename of the new generated output maps
+#%option G_OPT_R_BASENAME_OUTPUT
+#% label: Basename for output raster maps
 #% description: A numerical suffix separated by an underscore will be attached to create a unique identifier
 #% required: yes
-#% multiple: no
-#% gisprompt:
 #%end
 
 #%option



More information about the grass-commit mailing list