Correct --open flag to nmap (#11500)

This commit is contained in:
Phil Cole 2019-12-20 10:11:07 +00:00 committed by Franck Nijhof
parent dfb2a14d62
commit 972b025b47

View File

@ -78,7 +78,7 @@ Discovery is not yet supported for any robot vacuum models (Dyson 360 Eye). For
To find a devices IP address, you can use your router or `nmap`:
```bash
$ nmap -p 1883 XXX.XXX.XXX.XXX/YY -- open
$ nmap -p 1883 XXX.XXX.XXX.XXX/YY --open
```
Where:
@ -89,7 +89,7 @@ Where:
For example:
```bash
$ nmap -p 1883 192.168.0.0/24 -- open
$ nmap -p 1883 192.168.0.0/24 --open
```
## Vacuum