X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fcomm%2FrrkClient%2Fmain.cpp;h=d87014f572cea22404a0677472e8e951b7d8ba65;hb=9366377ca75fe1678f32b8e208022dab6163da16;hp=e0ebc505678a38c3c670fb2d044c524bc06a6ee5;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;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,...)"); }