[eolian_gen] remove documentation for removed argument.
authorAndy Williams <andy@andywilliams.me>
Thu, 19 Nov 2015 22:59:09 +0000 (22:59 +0000)
committerAndy Williams <andy@andywilliams.me>
Thu, 19 Nov 2015 22:59:09 +0000 (22:59 +0000)
Used to be mandatory, is now not recognised, let's not confuse people @fix

src/bin/eolian/main.c

index 66249e4..0de9a28 100644 (file)
@@ -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
+}