Parcourir la source

fix missing std options in https://trac.osgeo.org/grass/changeset/64733 (merge from trunk, https://trac.osgeo.org/grass/changeset/64735)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@64736 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras il y a 10 ans
Parent
commit
598d7f7ef1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      general/g.parser/standard_option.c

+ 2 - 0
general/g.parser/standard_option.c

@@ -56,6 +56,8 @@ static char* STD_OPT_STRINGS[] = {"G_OPT_UNDEFINED",
                                   "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",