Skip to content

Commit

Permalink
update readme to reflect simpler command
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAzoff committed Jun 25, 2019
1 parent 903dd96 commit 59e1608
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Bro Doctor

This plugin provides a "doctor.bro" command for broctl that will help to
This plugin provides a "doctor" command for broctl that will help to
troubleshoot various common cluster problems.

This plugin runs the following checks:
Expand Down Expand Up @@ -66,15 +66,15 @@ If bro is running well, there will be zero reporter.log messages.

# Usage

broctl doctor.bro [check] [check]
broctl doctor [check] [check]

## Examples
Run all checks

broctl doctor.bro
broctl doctor

Run just the duplicate check

broctl doctor.bro check_duplicate_5_tuples
broctl doctor check_duplicate_5_tuples


0 comments on commit 59e1608

Please sign in to comment.