From a0d3e77e55f92a451a038c5e842f92f1b75dad2a Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Thu, 19 Nov 2015 22:59:09 +0000 Subject: [PATCH] [eolian_gen] remove documentation for removed argument. Used to be mandatory, is now not recognised, let's not confuse people @fix --- src/bin/eolian/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/eolian/main.c b/src/bin/eolian/main.c index 66249e45f0..0de9a28e6c 100644 --- a/src/bin/eolian/main.c +++ b/src/bin/eolian/main.c @@ -317,7 +317,6 @@ main(int argc, char **argv) printf(" --help/-h Print that help\n"); printf(" --include/-I Include 'input_dir' as directory to search .eo files into\n"); printf(" --output/-o Force output filename to 'outfile'\n"); - printf(" --eo Set generator to eo mode. Must be specified\n"); printf(" --gh Generate C header file [.h]\n"); printf(" --gs Generate C type stubs [.h]\n"); printf(" --gc Generate C source file [.c]\n"); @@ -391,4 +390,4 @@ end: eolian_shutdown(); eina_shutdown(); return ret; -} \ No newline at end of file +}