ajwillia-ms pushed a commit to branch master.

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

commit a0d3e77e55f92a451a038c5e842f92f1b75dad2a
Author: Andy Williams <a...@andywilliams.me>
Date:   Thu Nov 19 22:59:09 2015 +0000

    [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 66249e4..0de9a28 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
+}

-- 


Reply via email to