[GRASS-SVN] r63045 - grass/branches/releasebranch_7_0/scripts/r.reclass.area

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 05:44:01 PST 2014


Author: martinl
Date: 2014-11-26 05:44:01 -0800 (Wed, 26 Nov 2014)
New Revision: 63045

Modified:
   grass/branches/releasebranch_7_0/scripts/r.reclass.area/r.reclass.area.py
Log:
r.reclass.area: use standardized options (#2409) - (merge r63043 from trunk)

Modified: grass/branches/releasebranch_7_0/scripts/r.reclass.area/r.reclass.area.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.reclass.area/r.reclass.area.py	2014-11-26 13:42:49 UTC (rev 63044)
+++ grass/branches/releasebranch_7_0/scripts/r.reclass.area/r.reclass.area.py	2014-11-26 13:44:01 UTC (rev 63045)
@@ -39,7 +39,7 @@
 #%option
 #% key: value
 #% type: double
-#% description: Value option that sets the area size limit [hectares]
+#% description: Value option that sets the area size limit (in hectares)
 #% required: yes
 #% guisection: Area
 #%end
@@ -47,7 +47,7 @@
 #%option
 #% key: mode
 #% type: string
-#% description: Lesser or greater than the value
+#% description: Lesser or greater than specified value
 #% options: lesser,greater
 #% required: yes
 #% guisection: Area



More information about the grass-commit mailing list