Fix nc command line

This commit is contained in:
Pavel Odintsov 2015-08-05 11:22:06 +03:00
parent e8a90a6235
commit 7937e7e756

@ -57,7 +57,7 @@ Open site:
http://ip.ad.dr.es http://ip.ad.dr.es
Put test data to Graphite: Put test data to Graphite:
```echo "test.bash.stats 42 `date +%s`" | nc 127.0.0.1 2003``` ```echo "test.bash.stats 42 `date +%s`" | nc -q0 127.0.0.1 2003```
If you have issues with Carbon like this: If you have issues with Carbon like this:
```bash ```bash