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

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