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

nc: fix list syntax

This commit is contained in:
Romain Prieto 2014-03-08 13:46:34 +11:00
parent 4fa2c559b8
commit b24b3c0270

View file

@ -26,6 +26,6 @@
`nc -k -l {{port}}` `nc -k -l {{port}}`
-- client stay up after EOF - client stay up after EOF
`nc -q {{timeout}} {{ip_address}}` `nc -q {{timeout}} {{ip_address}}`