Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
not-filepile authored Oct 14, 2024
1 parent 490e4c3 commit e88164f
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 @@ -34,9 +34,9 @@ When using the `-n` option, the program will run `nmap` with the following optio
### Example
```sh
iputil 192.168.1.1 -n --top-ports 3000 -A
iputil 192.168.1.1 -n --top-ports 3000
```
This command will run `nmap` on the IP address `192.168.1.1` with `--top-ports 3000 -A`.
This command will run `nmap` on the IP address `192.168.1.1` with `--top-ports 3000`.
---

0 comments on commit e88164f

Please sign in to comment.