瀏覽代碼

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 10 年之前
父節點
當前提交
598d7f7ef1
共有 1 個文件被更改,包括 2 次插入0 次删除
  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",