GH-199: change bro --help exit status from 1 to 0

Fixes #199
This commit is contained in:
Jon Siwek 2018-10-31 22:26:24 -05:00
parent 6e3ff156e0
commit cbaab3d4fa
3 changed files with 13 additions and 9 deletions

View file

@ -1,4 +1,8 @@
2.6-beta2-57 | 2018-10-31 22:26:24 -0500
* GH-199: change `bro --help` exit status from 1 to 0 (Jon Siwek, Corelight)
2.6-beta2-55 | 2018-10-30 09:59:44 -0500
* Add a test with an encrypted MySQL connection (Vlad Grigorescu)