Ignore:
Timestamp:
Dec 19, 2014, 12:21:01 AM (10 years ago)
Author:
martinl
Message:

v.in.ogr: cnames renamed to columns (#2409)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • grass/trunk/vector/v.in.ogr/main.c

    r63548 r63602  
    215215    param.outloc->key_desc = "name";
    216216   
    217     param.cnames = G_define_option();
    218     param.cnames->key = "cnames";
    219     param.cnames->type = TYPE_STRING;
    220     param.cnames->required = NO;
    221     param.cnames->multiple = YES;
     217    param.cnames = G_define_standard_option(G_OPT_DB_COLUMNS);
    222218    param.cnames->description =
    223219        _("List of column names to be used instead of original names, "
Note: See TracChangeset for help on using the changeset viewer.