[GRASS-SVN] r31559 - grass/branches/develbranch_6/raster/r.lake
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 28 14:08:39 EDT 2008
Author: martinl
Date: 2008-05-28 14:08:39 -0400 (Wed, 28 May 2008)
New Revision: 31559
Modified:
grass/branches/develbranch_6/raster/r.lake/main.c
Log:
r.lake: element 'fcell' to 'cell'
Modified: grass/branches/develbranch_6/raster/r.lake/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.lake/main.c 2008-05-28 18:06:10 UTC (rev 31558)
+++ grass/branches/develbranch_6/raster/r.lake/main.c 2008-05-28 18:08:39 UTC (rev 31559)
@@ -178,7 +178,7 @@
lake_opt->key_desc = "name";
lake_opt->description = _("Name for output raster map with lake");
lake_opt->type = TYPE_STRING;
- lake_opt->gisprompt = "new,fcell,raster";
+ lake_opt->gisprompt = "new,cell,raster";
lake_opt->required = NO;
sdxy_opt = G_define_option() ;
More information about the grass-commit
mailing list