浏览代码

g.list: Backport https://trac.osgeo.org/grass/changeset/62396

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@62398 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 10 年之前
父节点
当前提交
5069cfb808
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      general/g.list/main.c

+ 0 - 2
general/g.list/main.c

@@ -93,7 +93,6 @@ int main(int argc, char *argv[])
     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 @@ int main(int argc, char *argv[])
     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");