Suuports clang compiler
[anna.git] / example / comm / kClient / main.cpp
index c3ed0b4..5171ce1 100644 (file)
@@ -111,7 +111,7 @@ KClient::KClient () :
    CommandLine& commandLine (CommandLine::instantiate ());
       
    commandLine.add ("p", CommandLine::Argument::Mandatory, "Puerto en el que el servidor atiende respuestas.");
-   commandLine.add ("a", CommandLine::Argument::Optional, "Direcciรณn IP Puerto en el que el servidor atiende respuestas.");
+   commandLine.add ("a", CommandLine::Argument::Optional, "Direccion IP Puerto en el que el servidor atiende respuestas.");
    commandLine.add ("host", CommandLine::Argument::Optional, "Nombre del host en el que atiende el servidor");
    commandLine.add ("auto", CommandLine::Argument::Optional, "Autoreconexion", false);
    commandLine.add ("trace", CommandLine::Argument::Optional, "Nivel de trazas (debug,warning, error,...)");