Skip to content

Commit

Permalink
Add supported formats in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitblanc authored and nyalldawson committed Dec 9, 2021
1 parent b947365 commit 28ff415
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/plugins/processing/algs/gdal/ogr2ogr.py
Expand Up @@ -104,4 +104,8 @@ def getConsoleCommands(self, parameters, context, feedback, executing=True):

def shortHelpString(self):
return self.tr("The algorithm converts simple features data between file formats.\n\n"
"Use convert all layers to convert a whole dataset.")
"Use convert all layers to convert a whole dataset.\n"
"Supported output formats for this option are :\n"
"- GPKG\n"
"- GML"
)

0 comments on commit 28ff415

Please sign in to comment.