Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
dd382f3cb9
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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";