Updating bifcl usage message.

This commit is contained in:
Robin Sommer 2013-10-01 11:31:55 -07:00
parent fdeff94bfb
commit 6c8cbef997
3 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,10 @@
2.2-beta-13 | 2013-10-01 11:31:55 -0700
* Updating bifcl usage message. (Robin Sommer)
* Fix bifcl getopt() usage. (Jon Siwek)
2.2-beta-8 | 2013-09-28 11:16:29 -0700 2.2-beta-8 | 2013-09-28 11:16:29 -0700
* Fix a "make doc" warning. (Daniel Thayer) * Fix a "make doc" warning. (Daniel Thayer)

View file

@ -1 +1 @@
2.2-beta-8 2.2-beta-13

View file

@ -180,7 +180,7 @@ FILE* open_output_file(const char* surfix)
void usage() void usage()
{ {
fprintf(stderr, "usage: bifcl [-p] *.bif\n"); fprintf(stderr, "usage: bifcl [-p <plugin> | -s] *.bif\n");
exit(1); exit(1);
} }