[GRASS-SVN] r31560 - grass/branches/releasebranch_6_3/raster/r.lake
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 28 14:32:49 EDT 2008
Author: martinl
Date: 2008-05-28 14:32:49 -0400 (Wed, 28 May 2008)
New Revision: 31560
Modified:
grass/branches/releasebranch_6_3/raster/r.lake/main.c
Log:
r.lake: element 'fcell' to 'cell'
Modified: grass/branches/releasebranch_6_3/raster/r.lake/main.c
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.lake/main.c 2008-05-28 18:08:39 UTC (rev 31559)
+++ grass/branches/releasebranch_6_3/raster/r.lake/main.c 2008-05-28 18:32:49 UTC (rev 31560)
@@ -162,7 +162,7 @@
tmap_opt->key_desc = "name";
tmap_opt->description = _("Terrain raster map (DEM)");
tmap_opt->type = TYPE_STRING;
- tmap_opt->gisprompt = "old,fcell,raster";
+ tmap_opt->gisprompt = "old,cell,raster";
tmap_opt->required = YES;
wlvl_opt = G_define_option() ;
@@ -176,7 +176,7 @@
lake_opt->key_desc = "name";
lake_opt->description = _("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