[eolian_gen] remove documentation for removed argument.

Used to be mandatory, is now not recognised, let's not confuse people @fix
This commit is contained in:
Andy Williams 2015-11-19 22:59:09 +00:00
parent 55be91afc9
commit a0d3e77e55
1 changed files with 1 additions and 2 deletions

View 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;
}
}