Skip to content
Snippets Groups Projects
Commit da662737 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: wrong syntax in command line example

parent 3fb74afa
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,8 @@ SetDocExampleParameterValue("in", "qb_RoadExtract.tif");
SetDocExampleParameterValue("channel", "2");
SetDocExampleParameterValue("parameters.xrad", "3");
SetDocExampleParameterValue("parameters.yrad", "3");
SetDocExampleParameterValue("texture.simple", "HaralickTextures.tif");
SetDocExampleParameterValue("texture", "simple");
SetDocExampleParameterValue("out", "HaralickTextures.tif");
}
void DoUpdateParameters()
......
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