|
@@ -313,7 +313,7 @@ int main(int argc, char *argv[])
|
|
if (flag.formats->answer) {
|
|
if (flag.formats->answer) {
|
|
int iDriver;
|
|
int iDriver;
|
|
|
|
|
|
- G_message(_("Available OGR Drivers:"));
|
|
|
|
|
|
+ G_message(_("Supported formats:"));
|
|
|
|
|
|
for (iDriver = 0; iDriver < OGRGetDriverCount(); iDriver++) {
|
|
for (iDriver = 0; iDriver < OGRGetDriverCount(); iDriver++) {
|
|
OGRSFDriverH poDriver = OGRGetDriver(iDriver);
|
|
OGRSFDriverH poDriver = OGRGetDriver(iDriver);
|