Skip to content
Snippets Groups Projects
Commit c4b49655 authored by Victor Poughon's avatar Victor Poughon
Browse files

BUG: fix missing parameter description (breaks cookbook)

parent c5845896
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ public:
AddChoice("out.vector", "Output vector data");
AddParameter(ParameterType_OutputVectorData, "out.vector.filename", "Filename for the output vector data");
AddChoice("out.xml", "Output XML file");
AddParameter(ParameterType_String, "out.xml.filename", "");
AddParameter(ParameterType_String, "out.xml.filename", "Filename for the output xml file");
AddChoice("out.raster", "Output raster image");
AddParameter(ParameterType_OutputImage, "out.raster.filename", "File name for the raster image");
AddParameter(ParameterType_Float, "out.raster.bv", "Background value for the output raster");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment