X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fhttp%2Fwims20RServer%2Fmain.cpp;h=1f6428cad120d4511e0932c419fddb1560a4b8fb;hb=5256cb543a9d35b610df19bd227cde977186aef0;hp=a7aa58c2aca2c6d5e2abdfa54aaef1aa20cf95e6;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/example/http/wims20RServer/main.cpp b/example/http/wims20RServer/main.cpp index a7aa58c..1f6428c 100644 --- a/example/http/wims20RServer/main.cpp +++ b/example/http/wims20RServer/main.cpp @@ -130,10 +130,10 @@ HTTPArithmeticServer::HTTPArithmeticServer () : CommandLine& commandLine (CommandLine::instantiate ()); commandLine.add ("p", CommandLine::Argument::Mandatory, "Puerto en el que atender peticiones"); - commandLine.add ("a", CommandLine::Argument::Mandatory, "Direccin IP en la que atender"); + commandLine.add ("a", CommandLine::Argument::Mandatory, "Direccion IP en la que atender"); commandLine.add ("trace", CommandLine::Argument::Optional, "Nivel de trazas (debug,warning, error,...)"); - commandLine.add ("domain", CommandLine::Argument::Mandatory, "Domain indicado en la peticiĆ³n WIMS 2.0"); - commandLine.add ("path", CommandLine::Argument::Optional, "Path indicado en la peticiĆ³n WIMS 2.0"); + commandLine.add ("domain", CommandLine::Argument::Mandatory, "Domain indicado en la peticion WIMS 2.0"); + commandLine.add ("path", CommandLine::Argument::Optional, "Path indicado en la peticion WIMS 2.0"); } void HTTPArithmeticServer::initialize ()