[GRASS-SVN] r62397 - grass/trunk/general/g.list
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 26 17:24:21 PDT 2014
Author: hcho
Date: 2014-10-26 17:24:21 -0700 (Sun, 26 Oct 2014)
New Revision: 62397
Modified:
grass/trunk/general/g.list/main.c
Log:
g.list: Remove new element gisprompts from pattern and exclude because they are strings, not element names
Modified: grass/trunk/general/g.list/main.c
===================================================================
--- grass/trunk/general/g.list/main.c 2014-10-27 00:17:35 UTC (rev 62396)
+++ grass/trunk/general/g.list/main.c 2014-10-27 00:24:21 UTC (rev 62397)
@@ -93,7 +93,6 @@
opt.pattern->type = TYPE_STRING;
opt.pattern->required = NO;
opt.pattern->multiple = NO;
- opt.pattern->gisprompt = "new,element,element";
opt.pattern->description = _("Map name search pattern (default: all)");
opt.pattern->guisection = _("Pattern");
@@ -102,7 +101,6 @@
opt.exclude->type = TYPE_STRING;
opt.exclude->required = NO;
opt.exclude->multiple = NO;
- opt.exclude->gisprompt = "new,element,element";
opt.exclude->description = _("Map name exclusion pattern (default: none)");
opt.exclude->guisection = _("Pattern");
More information about the grass-commit
mailing list