mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-05 00:04:40 -05:00
Add description for gdal:convertformat in short help string
This commit is contained in:
parent
9213763f0a
commit
83a15538e9
@ -101,3 +101,7 @@ class ogr2ogr(GdalAlgorithm):
|
||||
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.")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user