Skip to content

Commit

Permalink
Fix outdated documentation
Browse files Browse the repository at this point in the history
The minimal-mdns-client option -4 has been removed since the commit
0bc1578.
  • Loading branch information
gportay committed Jan 25, 2024
1 parent e5f5d67 commit b900ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/minimal-mdns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ unicast queries.
Example run:

```sh
./out/minimal_mdns/minimal-mdns-client -4
./out/minimal_mdns/minimal-mdns-client
```

which is likely to list a lot of answers.

You can customize the queries run:

```sh
/out/minimal_mdns/minimal-mdns-client -4 -q chip-mdns-demo._matter._tcp.local
/out/minimal_mdns/minimal-mdns-client -q chip-mdns-demo._matter._tcp.local
```

see
Expand Down

0 comments on commit b900ef0

Please sign in to comment.