From d3f57824943f0b7fe7178cbf4ca07a25c2bd10c0 Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Wed, 11 May 2011 19:08:17 +0200 Subject: [PATCH] STYLE --- Utils/otbVectorDataTransformFilterApplication.cxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Utils/otbVectorDataTransformFilterApplication.cxx b/Utils/otbVectorDataTransformFilterApplication.cxx index 0abb84da9b..6972a62e66 100644 --- a/Utils/otbVectorDataTransformFilterApplication.cxx +++ b/Utils/otbVectorDataTransformFilterApplication.cxx @@ -40,9 +40,13 @@ int VectorDataTransformFilterApplication::Describe(ApplicationDescriptor* descri descriptor->AddOption("Output","Output vector data","out", 1, true, ApplicationDescriptor::FileName); descriptor->AddOption("TanslationX","Translation in the X direction","tx", 1, false, ApplicationDescriptor::Real); descriptor->AddOption("TanslationY","Translation in the Y direction","ty", 1, false, ApplicationDescriptor::Real); - descriptor->AddOption("Angle","Angle of the rotation to apply in degrees","rot", 1, false, ApplicationDescriptor::Real); - descriptor->AddOption("CenterX","The first coordinate of the rotation center","cx", 1, false, ApplicationDescriptor::Real); - descriptor->AddOption("CenterY","The second coordinate of the rotation center","cy", 1, false, ApplicationDescriptor::Real); + descriptor->AddOption("Angle", + "Angle of the rotation to apply in degrees","rot", + 1, false, ApplicationDescriptor::Real); + descriptor->AddOption("CenterX","The first coordinate of the rotation center","cx", 1, + false, ApplicationDescriptor::Real); + descriptor->AddOption("CenterY","The second coordinate of the rotation center","cy", 1, + false, ApplicationDescriptor::Real); descriptor->AddOption("Scale","The scale to apply ","sc", 1, false, ApplicationDescriptor::Real); return EXIT_SUCCESS; -- GitLab