efl-mono: Fix eolian_mono help

It was a blatant copy&paste of eolian_cxx :D
This commit is contained in:
Xavi Artigas 2019-04-10 16:23:38 +02:00
parent 8985bcd269
commit 7b483cb548
1 changed files with 2 additions and 2 deletions

View File

@ -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