Przeglądaj źródła

g.parser: G_OPT_R_BASENAME_INPUT/OUTPUT options

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@61872 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 lat temu
rodzic
commit
09c16c1936
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      general/g.parser/standard_option.c

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

@@ -23,6 +23,8 @@ static char* STD_OPT_STRINGS[] = {"G_OPT_UNDEFINED",
                                   "G_OPT_R_ELEV",
                                   "G_OPT_R_ELEVS",
                                   "G_OPT_R_INTERP_TYPE",
+                                  "G_OPT_R_BASENAME_INPUT",
+                                  "G_OPT_R_BASENAME_OUTPUT",
                                   "G_OPT_R3_INPUT",
                                   "G_OPT_R3_INPUTS",
                                   "G_OPT_R3_OUTPUT",