[processing] fix typo in ogrinfo process

This commit is contained in:
Larry Shaffer 2015-06-12 17:58:51 -06:00
parent 06229c288c
commit 64e43f806a

View File

@ -48,7 +48,7 @@ class OgrInfo(OgrAlgorithm):
self.addOutput(OutputHTML(self.OUTPUT, self.tr('Layer information')))
def getConsoleCommands(self):
arguments = ["orginfo"]
arguments = ["ogrinfo"]
arguments.append('-al')
arguments.append('-so')
layer = self.getParameterValue(self.INPUT)