forked from len0rd/rockbox
headergen_v2: Add additional generator types to help output
Change-Id: I070c9554958c45e78462b8515cdce56fcee1a5ed
This commit is contained in:
parent
ecfc62cda6
commit
bcee6318f0
1 changed files with 4 additions and 4 deletions
|
@ -2599,7 +2599,7 @@ void usage()
|
|||
printf("usage: headergen [options] <desc files...>\n");
|
||||
printf("options:\n");
|
||||
printf(" -?/--help Dispaly this help\n");
|
||||
printf(" -g/--generator <gen> Select generator (jz, imx)\n");
|
||||
printf(" -g/--generator <gen> Select generator (jz, imx, atj, cortex_m, st)\n");
|
||||
printf(" -o/--outdir <dir> Output directory\n");
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue