1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

Fix sentence (#6272)

This commit is contained in:
Tom Dörr 2021-07-28 16:19:23 +02:00 committed by GitHub
parent 4cf6b588dd
commit ae695a28b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
`nmap -O {{ip_or_hostname}}`
- Try to determine whether the specified hosts are up and what are their names:
- Try to determine whether the specified hosts are up and what their names are:
`nmap -sn {{ip_or_hostname}} {{optional_another_address}}`