Skip to content

Commit

Permalink
Add short help to gdal's build virtual vector alg
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 29, 2020
1 parent adf63d6 commit b0bffba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/plugins/processing/algs/gdal/Datasources2Vrt.py
Expand Up @@ -58,6 +58,10 @@ def displayName(self):
def tags(self):
return ['ogr', 'gdal', 'vrt', 'create']

def shortHelpString(self):
return self.tr("This algorithm creates a virtual layer that contains a set of vector layers.\n\n"
"The output virtual layer will not be opened in the current project.")

def __init__(self):
super().__init__()

Expand Down

0 comments on commit b0bffba

Please sign in to comment.