Cleaning up examples folder
[nepi.git] / examples / linux / netcat_file_transfer.py
index 69091b4..e2047d1 100644 (file)
 #         Alina Quereilhac <alina.quereilhac@inria.fr>
 #
 #
-# Example of how to run this experiment (replace with your credentials):
+# Example of how to run this experiment (replace with your information):
 #
 # $ cd <path-to-nepi>
-# python examples/linux/netcat_file_transfer.py -a <hostanme1> -b <hostname2> -u <username> -i <ssh-key>
+# python examples/linux/netcat_file_transfer.py -a <hostname1> -b <hostname2> -u <username> -i <ssh-key>
 
 from nepi.execution.ec import ExperimentController
 from nepi.execution.resource import ResourceAction, ResourceState
@@ -139,3 +139,5 @@ f.close()
 
 ec.shutdown()
 
+print "Total bytes transfered saved to bw.txt..."
+