[GRASS-CVS] martinl: grass6/lib/gis parser.c,1.133,1.134
grass at intevation.de
grass at intevation.de
Sun Nov 25 07:22:19 EST 2007
Author: martinl
Update of /grassrepository/grass6/lib/gis
In directory doto:/tmp/cvs-serv23215
Modified Files:
parser.c
Log Message:
Key 'column' renamed to 'columns' for G_OPT_COLUMNS
Index: parser.c
===================================================================
RCS file: /grassrepository/grass6/lib/gis/parser.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- parser.c 11 Nov 2007 09:52:33 -0000 1.133
+++ parser.c 25 Nov 2007 12:22:17 -0000 1.134
@@ -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;
More information about the grass-commit
mailing list