Skip to content

Commit

Permalink
v.external: delete duplicated layer requirement definition (#3902)
Browse files Browse the repository at this point in the history
  • Loading branch information
pesekon2 authored Jun 21, 2024
1 parent e18a399 commit 1efff48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vector/v.external/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ void parse_args(int argc, char **argv, struct _options *options,
"\t\tESRI Shapefile: shapefile name\n"
"\t\tMapInfo File: mapinfo file name\n"
"\t\tPostGIS database: table name");
options->layer->required = NO;
options->layer->key_desc = "name";
options->layer->gisprompt = "old,datasource_layer,datasource_layer";

Expand Down

0 comments on commit 1efff48

Please sign in to comment.