Skip to content
Snippets Groups Projects
Commit f9643cf4 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: typo

parent 578b23e6
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ int main(int argc, char * argv[])
{
if (argc<10)
{
std::cout << argv[0] <<" output filename , pretty output filename , Longitude Output Orign point , Latitude Output Origin point , X Output Size, Y Output size , X Spacing , Y Spacing, DEM folder path" << std::endl;
std::cout << argv[0] <<" output filename , pretty output filename , Longitude Output Origin point , Latitude Output Origin point , X Output Size, Y Output size , X Spacing , Y Spacing, DEM folder path" << std::endl;
return EXIT_FAILURE;
}
// Software Guide : BeginLatex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment