[GRASS-SVN] r68108 - grass/branches/releasebranch_7_0/scripts/r.rgb

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 22 04:05:46 PDT 2016


Author: neteler
Date: 2016-03-22 04:05:46 -0700 (Tue, 22 Mar 2016)
New Revision: 68108

Modified:
   grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.py
Log:
r.rgb: at least one of rgb is required (avoid r.mapcalc parse error later) (trunk, r68072)

Modified: grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.py	2016-03-22 11:02:00 UTC (rev 68107)
+++ grass/branches/releasebranch_7_0/scripts/r.rgb/r.rgb.py	2016-03-22 11:05:46 UTC (rev 68108)
@@ -37,6 +37,9 @@
 #% description: Blue channel raster map name
 #% required: no
 #%end
+#%rules
+#% required: red, green, blue
+#%end
 
 import grass.script as gscript
 



More information about the grass-commit mailing list