zmike pushed a commit to branch efl-1.22.

http://git.enlightenment.org/core/efl.git/commit/?id=317c6e4e395e3eafba87dfbdd45961821c9be61d

commit 317c6e4e395e3eafba87dfbdd45961821c9be61d
Author: Xavi Artigas <[email protected]>
Date:   Wed Apr 10 16:23:38 2019 +0200

    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 <name>      The Eo class name to generate code for." << 
std::endl
      << "  -D, --out-dir <dir>     Output directory where generated code will 
be written." << std::endl
      << "  -I, --in <file/dir>     The source containing the .eo 
descriptions." << std::endl
-     << "  -o, --out-file <file>   The output file name. [default: 
<classname>.eo.hh]" << std::endl
-     << "  -n, --namespace <ns>    Wrap generated code in a namespace. [Eg: 
efl::ecore::file]" << std::endl
+     << "  -o, --out-file <file>   The output file name. [default: 
<classname>.eo.cs]" << std::endl
+     << "  -n, --namespace <ns>    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

-- 


Reply via email to