Browse Source

g.mapset: use standardized options (https://trac.osgeo.org/grass/ticket/2409) - (merge https://trac.osgeo.org/grass/changeset/63031 from trunk)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@63032 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
1b54f36187
1 changed files with 1 additions and 1 deletions
  1. 1 1
      general/g.mapset/main.c

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

@@ -67,7 +67,7 @@ int main(int argc, char *argv[])
     opt.location->guisection = _("Mapset");
 
     opt.gisdbase = G_define_option();
-    opt.gisdbase->key = "gisdbase";
+    opt.gisdbase->key = "dbase";
     opt.gisdbase->type = TYPE_STRING;
     opt.gisdbase->required = NO;
     opt.gisdbase->multiple = NO;