[GRASS-CVS] markus: grass6/lib/gis parser.c,1.132.2.1,1.132.2.2
grass at intevation.de
grass at intevation.de
Thu Nov 29 08:35:13 EST 2007
- Previous message: [GRASS-CVS] markus: grass6/vector/v.in.ascii a2b.c, 1.17,
1.17.2.1 description.html, 1.43, 1.43.2.1 in.c, 1.50,
1.50.2.1 points.c, 1.24, 1.24.2.1
- Next message: [GRASS-CVS] markus: grass6/lib/init grass.bat, 1.5.2.1,
1.5.2.2 init.sh, 1.120, 1.120.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: markus
Update of /grassrepository/grass6/lib/gis
In directory doto:/tmp/cvs-serv19134/lib/gis
Modified Files:
Tag: releasebranch_6_3
parser.c
Log Message:
Key 'column' renamed to 'columns' for G_OPT_COLUMNS (merge from HEAD)
Index: parser.c
===================================================================
RCS file: /grassrepository/grass6/lib/gis/parser.c,v
retrieving revision 1.132.2.1
retrieving revision 1.132.2.2
diff -u -d -r1.132.2.1 -r1.132.2.2
--- parser.c 18 Nov 2007 20:02:04 -0000 1.132.2.1
+++ parser.c 29 Nov 2007 13:35:11 -0000 1.132.2.2
@@ -377,7 +377,7 @@
Opt->description = _("Name of attribute column");
break;
case G_OPT_COLUMNS:
- Opt->key = "column";
+ Opt->key = "columns";
Opt->type = TYPE_STRING;
Opt->key_desc = "name";
Opt->required = NO;
- Previous message: [GRASS-CVS] markus: grass6/vector/v.in.ascii a2b.c, 1.17,
1.17.2.1 description.html, 1.43, 1.43.2.1 in.c, 1.50,
1.50.2.1 points.c, 1.24, 1.24.2.1
- Next message: [GRASS-CVS] markus: grass6/lib/init grass.bat, 1.5.2.1,
1.5.2.2 init.sh, 1.120, 1.120.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the grass-commit
mailing list