[GRASS-SVN] r64736 - grass/branches/releasebranch_7_0/general/g.parser
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 25 09:56:22 PST 2015
Author: wenzeslaus
Date: 2015-02-25 09:56:22 -0800 (Wed, 25 Feb 2015)
New Revision: 64736
Modified:
grass/branches/releasebranch_7_0/general/g.parser/standard_option.c
Log:
fix missing std options in r64733 (merge from trunk, r64735)
Modified: grass/branches/releasebranch_7_0/general/g.parser/standard_option.c
===================================================================
--- grass/branches/releasebranch_7_0/general/g.parser/standard_option.c 2015-02-25 17:52:57 UTC (rev 64735)
+++ grass/branches/releasebranch_7_0/general/g.parser/standard_option.c 2015-02-25 17:56:22 UTC (rev 64736)
@@ -56,6 +56,8 @@
"G_OPT_M_UNITS",
"G_OPT_M_DATATYPE",
"G_OPT_M_MAPSET",
+ "G_OPT_M_LOCATION",
+ "G_OPT_M_DBASE",
"G_OPT_M_COORDS",
"G_OPT_M_COLR",
"G_OPT_M_DIR",
More information about the grass-commit
mailing list