Adding new entries for Nest Thermostat and Arlo Camera results checking after applyin...
[pingpong.git] / run_scripts / ts_analysis_run.sh
index 1a57d4d95f4e9165fe031353186c5ea95a96762a..c448e16eda64d713a3ac8bf00958eef86c37a779 100755 (executable)
@@ -1,9 +1,10 @@
 #!/bin/sh
 
+# ts_analysis = timestamp analysis
 # Check input arguments - we need 2 arguments
 if [ $# -ne 2 ]
     then
-        echo "Usage: ts_analysis_run.sh <path-and-json-file, e.g./a/b/c/d.json> <path-to-output-file, e.g. result/>"
+        echo "Usage: ts_analysis_run.sh <path-and-json-file, e.g./a/b/c/d.json> <path-to-output-file, e.g. result_ts/>"
         exit 1
 fi