Suuports clang compiler
[anna.git] / example / dbms.mysql / xSelect / main.cpp
index fd8a12f..4a53586 100644 (file)
@@ -86,7 +86,7 @@ Select::Select () :
       
    cl.add ("user", CommandLine::Argument::Mandatory, "Nombre del usuario");
    cl.add ("password", CommandLine::Argument::Mandatory, "Clave del usuario");
-   cl.add ("host", CommandLine::Argument::Optional, "Nombre de la mรกquina donde se ubica el MySQL");
+   cl.add ("host", CommandLine::Argument::Optional, "Nombre de la maquina donde se ubica el MySQL");
    cl.add ("db", CommandLine::Argument::Optional, "Nombre de la base de datos");
 }