1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 17:15:32 +02:00

nc: fix grammar

This commit is contained in:
Starbeamrainbowlabs 2020-12-30 13:57:11 +00:00 committed by Axel Navarro
parent 2381a08178
commit 653dbf065b

View file

@ -7,7 +7,7 @@
`nc -l {{port}}`
- Connect to a certain port (you can then write to this port):
- Connect to a certain port:
`nc {{ip_address}} {{port}}`