System test feature
[anna.git] / example / comm / rrkClient / main.cpp
index e0ebc50..d87014f 100644 (file)
@@ -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,...)");
 }