Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilbronn committed Oct 29, 2022
2 parents b11b4da + 4c1e50f commit df0d2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ These features ease MQTT debugging on the command line quite a bit as you can se

### Usage
```sh
mqtt-grep-color -e <grepexpr> -h <brokerhost> -d -s -C <maxcount> -t <MQTT topic 1> -t <MQTT topic 2> -T <MQTT topic 1> -s -n -o
mqtt-grep-color -e <grepexpr> -h <brokerhost> -p <port> -P -d -s -C <maxcount> -t <MQTT topic 1> -t <MQTT topic 2> -T <MQTT topic 1> -s -n -o
```

### Notes
Expand Down Expand Up @@ -93,4 +93,4 @@ config rule 'local_client_mqtt'
option name 'local_client_mqtt'
option target 'ACCEPT'
option proto 'tcp'
```
```

0 comments on commit df0d2ae

Please sign in to comment.