[GRASS-SVN] r64718 - grass/trunk/general/g.mapset

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 22 01:08:07 PST 2015


Author: martinl
Date: 2015-02-22 01:08:07 -0800 (Sun, 22 Feb 2015)
New Revision: 64718

Modified:
   grass/trunk/general/g.mapset/main.c
Log:
g.mapset: dbase option cosmetics


Modified: grass/trunk/general/g.mapset/main.c
===================================================================
--- grass/trunk/general/g.mapset/main.c	2015-02-22 04:12:45 UTC (rev 64717)
+++ grass/trunk/general/g.mapset/main.c	2015-02-22 09:08:07 UTC (rev 64718)
@@ -69,8 +69,6 @@
     opt.gisdbase = G_define_standard_option(G_OPT_M_DIR);
     opt.gisdbase->key = "dbase";
     opt.gisdbase->required = NO;
-    opt.gisdbase->multiple = NO;
-    opt.gisdbase->key_desc = "path";
     opt.gisdbase->label = _("GIS data directory");
     opt.gisdbase->description = _("Full path to the directory where the new location is");
     opt.gisdbase->guisection = _("Mapset");



More information about the grass-commit mailing list