X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdbms.mysql%2FxSelect%2Fmain.cpp;fp=example%2Fdbms.mysql%2FxSelect%2Fmain.cpp;h=4a53586d808e3138fe737cb0fb4868ad2bc4e90e;hb=5256cb543a9d35b610df19bd227cde977186aef0;hp=fd8a12f4c53c3b1637cedaacfa23ae4c739d8700;hpb=c5dc5c2b4cb7cfb1659e27936fac109642fa1d82;p=anna.git diff --git a/example/dbms.mysql/xSelect/main.cpp b/example/dbms.mysql/xSelect/main.cpp index fd8a12f..4a53586 100644 --- a/example/dbms.mysql/xSelect/main.cpp +++ b/example/dbms.mysql/xSelect/main.cpp @@ -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"); }