X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fio%2Freader%2Freader.cpp;h=1a74092c674921686ca97728e8b8bbad663261d1;hb=6fd8a743ddef469fef5bbd6095398188fb6fc829;hp=b563952dda099c58e51d38a0dcbd78964dd064e6;hpb=39033fd99e58e994a5e98c1060dcc79e0d81f9c9;p=anna.git diff --git a/example/io/reader/reader.cpp b/example/io/reader/reader.cpp index b563952..1a74092 100644 --- a/example/io/reader/reader.cpp +++ b/example/io/reader/reader.cpp @@ -75,13 +75,13 @@ int main (int argc, const char** argv) } Test::Test () : - app::Application ("testfunctions", "ComprobaciĆ³n del sistema io", "1.0") + app::Application ("testfunctions", "Comprobacion del sistema io", "1.0") { CommandLine& commandLine (CommandLine::instantiate ()); commandLine.add ("file", CommandLine::Argument::Mandatory, "Nombre del fichero a procesar"); commandLine.add ("mode", CommandLine::Argument::Mandatory, "Modo (binary|text)"); - commandLine.add ("size", CommandLine::Argument::Mandatory, "TamaƱo del buffer de entrada"); + commandLine.add ("size", CommandLine::Argument::Mandatory, "Tamano del buffer de entrada"); } void Test::initialize ()