Browse Source

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 years ago
parent
commit
dd382f3cb9
1 changed files with 1 additions and 0 deletions
  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";