mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Updating bifcl usage message.
This commit is contained in:
parent
fdeff94bfb
commit
6c8cbef997
3 changed files with 8 additions and 2 deletions
6
CHANGES
6
CHANGES
|
@ -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)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.2-beta-8
|
2.2-beta-13
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue