瀏覽代碼

G_parser: Call G__check_option_rules()

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@62408 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 10 年之前
父節點
當前提交
5480e1b5df
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      lib/gis/parser.c

+ 3 - 1
lib/gis/parser.c

@@ -559,7 +559,9 @@ int G_parser(int argc, char **argv)
     /* Make sure all required options are set */
     if (!st->suppress_required)
 	check_required();
-    
+
+    G__check_option_rules();
+
     if (st->n_errors > 0) {
         if (G_verbose() > -1) {
             if (G_verbose() > G_verbose_min())