浏览代码

g.mapset: allow to define mapset to be created

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48013 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年之前
父节点
当前提交
dd382f3cb9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      general/g.mapset/main.c

+ 1 - 0
general/g.mapset/main.c

@@ -55,6 +55,7 @@ int main(int argc, char *argv[])
     opt.mapset->required = YES;
     opt.mapset->description = _("Name of mapset where to switch");
     opt.mapset->guisection = _("Settings");
+    opt.mapset->gisprompt = "new,mapset,mapset";
 
     opt.location = G_define_option();
     opt.location->key = "location";