[GRASS-SVN] r49201 - grass-addons/grass7/raster/r.agent
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 13 17:35:39 EST 2011
Author: mic
Date: 2011-11-13 14:35:39 -0800 (Sun, 13 Nov 2011)
New Revision: 49201
Modified:
grass-addons/grass7/raster/r.agent/r.agent.aco
Log:
text cosmetics
Modified: grass-addons/grass7/raster/r.agent/r.agent.aco
===================================================================
--- grass-addons/grass7/raster/r.agent/r.agent.aco 2011-11-13 18:27:41 UTC (rev 49200)
+++ grass-addons/grass7/raster/r.agent/r.agent.aco 2011-11-13 22:35:39 UTC (rev 49201)
@@ -29,7 +29,7 @@
#% key: inputmap
#% type: string
#% gisprompt: old,cell,raster
-#% description: Name of input pheromone map, raster data (e.g. from prior run)
+#% description: Name of input pheromone map, raster data (e.g. from prior run, set 'overwrite' to True if identical to output)
#% required : no
#%end
#%flag
@@ -38,7 +38,7 @@
#%end
#%flag
#% key: overwritecosts
-#% description: Allow overwriting existing cost maps (convert first)
+#% description: Allow overwriting existing cost map (after convertion)
#%end
#%option
#% key: costmap
@@ -49,7 +49,7 @@
#%end
#%flag
#% key: convert
-#% description: Convert and overwrite cost (slope++) to penalty map first (using "tobler", see docu)
+#% description: Convert cost (slope..) to penalty map first (using "tobler", see docu) - use overwrite for permanent map
#%end
#%option
#% key: sitesmap
More information about the grass-commit
mailing list