[GRASS-SVN] r43574 -
grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 21 08:39:42 EDT 2010
Author: neteler
Date: 2010-09-21 12:39:42 +0000 (Tue, 21 Sep 2010)
New Revision: 43574
Modified:
grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c
Log:
backport: gisprompt
Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c 2010-09-21 12:38:04 UTC (rev 43573)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.shannon/shannon.c 2010-09-21 12:39:42 UTC (rev 43574)
@@ -46,6 +46,7 @@
conf = G_define_option();
conf->key = "conf";
conf->description = _("Configuration file");
+ conf->gisprompt = "old_file,file,input";
conf->type = TYPE_STRING;
conf->required = YES;
More information about the grass-commit
mailing list