[GRASS-SVN] r71030 - grass-addons/grass7/raster/r.vect.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 5 06:21:27 PDT 2017


Author: martinl
Date: 2017-05-05 06:21:26 -0700 (Fri, 05 May 2017)
New Revision: 71030

Modified:
   grass-addons/grass7/raster/r.vect.stats/r.vect.stats.py
Log:
r.vect.stats: description cosmetics, overwrite flag is not needed

Modified: grass-addons/grass7/raster/r.vect.stats/r.vect.stats.py
===================================================================
--- grass-addons/grass7/raster/r.vect.stats/r.vect.stats.py	2017-05-05 13:18:48 UTC (rev 71029)
+++ grass-addons/grass7/raster/r.vect.stats/r.vect.stats.py	2017-05-05 13:21:26 UTC (rev 71030)
@@ -2,7 +2,7 @@
 
 ############################################################################
 #
-# MODULE:    r.binning
+# MODULE:    r.vect.stats
 # AUTHOR(S): Vaclav Petras <wenzeslaus gmail com>
 # PURPOSE:
 # COPYRIGHT: (C) 2017 by Vaclav Petras and the GRASS Development Team
@@ -14,12 +14,11 @@
 #############################################################################
 
 #%module
-#% description: Bin vector points into a raster map
+#% description: Bins vector points into a raster map.
 #% keyword: raster
 #% keyword: vector
 #% keyword: points
 #% keyword: binning
-#% overwrite: yes
 #%end
 #%option G_OPT_V_INPUT
 #%end



More information about the grass-commit mailing list