From 7b483cb54853ff472953446d7a29c52a2a672152 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Wed, 10 Apr 2019 16:23:38 +0200 Subject: [PATCH] efl-mono: Fix eolian_mono help It was a blatant copy&paste of eolian_cxx :D --- src/bin/eolian_mono/eolian_mono.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/eolian_mono/eolian_mono.cc b/src/bin/eolian_mono/eolian_mono.cc index f387a3d93e..0fcc63fa42 100644 --- a/src/bin/eolian_mono/eolian_mono.cc +++ b/src/bin/eolian_mono/eolian_mono.cc @@ -289,8 +289,8 @@ _usage(const char *progname) << " -c, --class The Eo class name to generate code for." << std::endl << " -D, --out-dir Output directory where generated code will be written." << std::endl << " -I, --in The source containing the .eo descriptions." << std::endl - << " -o, --out-file The output file name. [default: .eo.hh]" << std::endl - << " -n, --namespace Wrap generated code in a namespace. [Eg: efl::ecore::file]" << std::endl + << " -o, --out-file The output file name. [default: .eo.cs]" << std::endl + << " -n, --namespace Wrap generated code in a namespace. [Eg: Efl.Ui.Widget]" << std::endl << " -r, --recurse Recurse input directories loading .eo files." << std::endl << " -v, --version Print the version." << std::endl << " -b, --beta Enable @beta methods." << std::endl