generate-*: add missing flag to help()
authorStefan Sauer <ensonic@users.sf.net>
Tue, 28 May 2013 21:03:17 +0000 (23:03 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Tue, 28 May 2013 21:27:41 +0000 (23:27 +0200)
orc/generate-bytecode.c
orc/generate-emulation.c

index 995d76b..db583d2 100644 (file)
@@ -34,6 +34,7 @@ void help (void)
   printf("\n");
   printf("Application Options:\n");
   printf("  -o, --output FILE       Write output to FILE\n");
+  printf("      --header FILE       Write header to FILE\n");
   printf("\n");
 
   exit (0);
index f375c04..2a79990 100644 (file)
@@ -35,6 +35,7 @@ void help (void)
   printf("\n");
   printf("Application Options:\n");
   printf("  -o, --output FILE       Write output to FILE\n");
+  printf("      --header FILE       Write header to FILE\n");
   printf("\n");
 
   exit (0);