Skip to content
Snippets Groups Projects
Commit 853f0911 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: missing doc

parent 602e3f54
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,9 @@ int otbOrthoRectificationFilter(int argc, char* argv[])
if (argc != 12)
{
std::cout << argv[0] <<
" <input filename> <output filename> <origin easting> <origin northing> <x size> <y size> <x spacing> <y spacing> <UTM zone> <UTM hemisphere>"
" <input filename> <output filename> <origin easting> <origin northing>"
" <x size> <y size> <x spacing> <y spacing> <UTM zone> <UTM hemisphere>"
" <grid_spacing>"
<< std::endl;
return EXIT_FAILURE;
......
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