Fix tiny typo.

This commit is contained in:
Murray Cumming 2015-10-28 10:50:31 +01:00
parent d52625a94a
commit adfd184776

View File

@ -148,7 +148,7 @@ sub usage {
print " --fhead <text> Output file header\n";
print " --fprod <text> Per input file production\n";
print " --ftail <text> Output file trailer\n";
print " --eprod <text> Per enum text (produced prior to value itarations)\n";
print " --eprod <text> Per enum text (produced prior to value iterations)\n";
print " --vhead <text> Value header, produced before iterating over enum values\n";
print " --vprod <text> Value text, produced for each enum value\n";
print " --vtail <text> Value tail, produced after iterating over enum values\n";