efl-mono: Fix eolian_mono help
authorXavi Artigas <xavierartigas@yahoo.es>
Wed, 10 Apr 2019 14:23:38 +0000 (16:23 +0200)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 17 Apr 2019 01:03:27 +0000 (10:03 +0900)
It was a blatant copy&paste of eolian_cxx :D

src/bin/eolian_mono/eolian_mono.cc

index f387a3d..0fcc63f 100644 (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