X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcomm%2FrrkClient%2Fmain.cpp;fp=example%2Fcomm%2FrrkClient%2Fmain.cpp;h=d87014f572cea22404a0677472e8e951b7d8ba65;hb=4c3f0a4d7e4db76996404d80c6f939548fca656f;hp=e0ebc505678a38c3c670fb2d044c524bc06a6ee5;hpb=c82a3818b279727e943a76343f3cf1a278ac9e19;p=anna.git diff --git a/example/comm/rrkClient/main.cpp b/example/comm/rrkClient/main.cpp index e0ebc50..d87014f 100644 --- a/example/comm/rrkClient/main.cpp +++ b/example/comm/rrkClient/main.cpp @@ -82,7 +82,7 @@ RRKClient::RRKClient () : { CommandLine& commandLine (CommandLine::instantiate ()); - commandLine.add ("p", CommandLine::Argument::Mandatory, "Puerto en el que el servidor atiende respuestas."); + commandLine.add ("p", CommandLine::Argument::Mandatory, "Puertos en los que el servidor atiende respuestas."); commandLine.add ("a", CommandLine::Argument::Mandatory, "Puertos en los que hay servidores atendiendo peticiones"); commandLine.add ("trace", CommandLine::Argument::Optional, "Nivel de trazas (debug,warning, error,...)"); }