[GRASS-SVN] r71603 - grass-addons/grass7/imagery/i.segment.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 28 07:00:43 PDT 2017


Author: mlennert
Date: 2017-10-28 07:00:43 -0700 (Sat, 28 Oct 2017)
New Revision: 71603

Modified:
   grass-addons/grass7/imagery/i.segment.stats/i.segment.stats.py
Log:
i.segment.stats: correct wrong guisection name from r71602

Modified: grass-addons/grass7/imagery/i.segment.stats/i.segment.stats.py
===================================================================
--- grass-addons/grass7/imagery/i.segment.stats/i.segment.stats.py	2017-10-28 13:58:23 UTC (rev 71602)
+++ grass-addons/grass7/imagery/i.segment.stats/i.segment.stats.py	2017-10-28 14:00:43 UTC (rev 71603)
@@ -75,12 +75,12 @@
 #% flag
 #% key: r
 #% description: Adjust region to input map
-#%END
+#%end
 #%flag
 #% key: s
 #% description: Do not calculate any shape statistics
-#% guisection: shape_statistics
-#%end
+#% guisection: Shape statistics
+#%END
 
 
 import os



More information about the grass-commit mailing list