Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add description for gdal:convertformat in short help string
  • Loading branch information
benoitblanc authored and nyalldawson committed Dec 9, 2021
1 parent 9213763 commit 83a1553
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/plugins/processing/algs/gdal/ogr2ogr.py
Expand Up @@ -101,3 +101,7 @@ def getConsoleCommands(self, parameters, context, feedback, executing=True):
arguments.append(layerName)

return ['ogr2ogr', GdalUtils.escapeAndJoin(arguments)]

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.")

0 comments on commit 83a1553

Please sign in to comment.