From 25763357c9ecf6c09aba2a1d3067081dac386ab2 Mon Sep 17 00:00:00 2001
From: Stephen C Phillips <steve@scphillips.com>
Date: Fri, 23 Feb 2018 11:06:52 +0000
Subject: [PATCH] Improves docs

---
 test/streaming/report.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/streaming/report.sh b/test/streaming/report.sh
index f2a732c..ad1251a 100644
--- a/test/streaming/report.sh
+++ b/test/streaming/report.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# This script reads stdin.
+# This script reads stdin and expects the output of cvlc.
 # It is used by the run.sh script and receives the output of the cvlc client.
 # It counts the number of times the frame "dropping" error is seen and every 10 times it sends a message to telegraf reporting "another 10" errors.
 
-- 
GitLab