eolian_gen: mention the option for generating a stub header in the example use

Listed in the available options already but better also list it in the example
usage where the other three generation types are listed as well.
This commit is contained in:
Stefan Schmidt 2016-03-07 16:40:35 +01:00
parent ff215b2f8f
commit 29028a50ce
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ main(int argc, char **argv)
if (help)
{
printf("Usage: %s [-h/--help] [-I/--include input_dir] [--legacy] [--gh|--gc|--gi] [--output/-o outfile] file.eo ... \n", argv[0]);
printf("Usage: %s [-h/--help] [-I/--include input_dir] [--legacy] [--gh|--gs|--gc|--gi] [--output/-o outfile] file.eo ... \n", argv[0]);
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");