Modifying scripts for VPN detection.
[pingpong.git] / run_scripts / ia_analysis_run.sh
index cc7ffc9fcdc9801f86cb6dbe5870ca830dc99d5b..c40e40e4b6c11cf69c251feb0233f50572aaaa1d 100755 (executable)
@@ -1,9 +1,10 @@
 #!/bin/sh
 
+# ia_analysis = inter-arrival time analysis
 # Check input arguments - we need 2 arguments
 if [ $# -ne 2 ]
     then
-        echo "Usage: ia_analysis_run.sh <path-and-json-file, e.g./a/b/c/d.json> <path-to-output-file, e.g. result/>"
+        echo "Usage: ia_analysis_run.sh <path-and-json-file, e.g./a/b/c/d.json> <path-to-output-file, e.g. result_ia/>"
         exit 1
 fi