|
@@ -44,6 +44,7 @@ void parse_args(int argc, char **argv,
|
|
|
options->format->type = TYPE_STRING;
|
|
|
options->format->required = YES;
|
|
|
options->format->multiple = NO;
|
|
|
+ options->format->answer = "ESRI_Shapefile";
|
|
|
options->format->options = OGR_list_write_drivers();
|
|
|
options->format->description = _("Data format to write");
|
|
|
|