[GRASS-SVN] r74222 - in grass/trunk: general/g.parser lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 11 16:17:14 PDT 2019
Author: neteler
Date: 2019-03-11 16:17:14 -0700 (Mon, 11 Mar 2019)
New Revision: 74222
Modified:
grass/trunk/general/g.parser/standard_option.c
grass/trunk/lib/gis/parser_standard_options.c
Log:
parser: complete addition of G_OPT_STRDS_OUTPUTS, fixes r74118 (trac #3742)
Modified: grass/trunk/general/g.parser/standard_option.c
===================================================================
--- grass/trunk/general/g.parser/standard_option.c 2019-03-10 19:53:57 UTC (rev 74221)
+++ grass/trunk/general/g.parser/standard_option.c 2019-03-11 23:17:14 UTC (rev 74222)
@@ -70,6 +70,7 @@
"G_OPT_STRDS_INPUT",
"G_OPT_STRDS_INPUTS",
"G_OPT_STRDS_OUTPUT",
+ "G_OPT_STRDS_OUTPUTS",
"G_OPT_STR3DS_INPUT",
"G_OPT_STR3DS_INPUTS",
"G_OPT_STR3DS_OUTPUT",
Modified: grass/trunk/lib/gis/parser_standard_options.c
===================================================================
--- grass/trunk/lib/gis/parser_standard_options.c 2019-03-10 19:53:57 UTC (rev 74221)
+++ grass/trunk/lib/gis/parser_standard_options.c 2019-03-11 23:17:14 UTC (rev 74222)
@@ -3,7 +3,7 @@
\brief GIS Library - Argument parsing functions (standard options)
- (C) 2001-2016 by the GRASS Development Team
+ (C) 2001-2019 by the GRASS Development Team
This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
@@ -33,6 +33,7 @@
If an invalid parameter was specified a empty Option structure will
be returned (not NULL).
+ Values also need to be added to general/g.parser/standard_option.c
\par List of STD_OPT values sorted by module group
- database:
@@ -115,6 +116,7 @@
- G_OPT_STRDS_INPUT
- G_OPT_STRDS_INPUTS
- G_OPT_STRDS_OUTPUT
+ - G_OPT_STRDS_OUTPUTS
- G_OPT_STR3DS_INPUT
- G_OPT_STR3DS_INPUTS
- G_OPT_STR3DS_OUTPUT
More information about the grass-commit
mailing list