diff --git a/cmake_targets/tools/run_enb_ue_virt_s1 b/cmake_targets/tools/run_enb_ue_virt_s1
index fac9ae0abf83926f14f46b388770c28d7d8099c6..3aa8acb03ef64fc22aa66e974a7fde2863fcb18e 100755
--- a/cmake_targets/tools/run_enb_ue_virt_s1
+++ b/cmake_targets/tools/run_enb_ue_virt_s1
@@ -89,6 +89,8 @@ function help()
   echo_error "  -m, --mscgen           directory        Generate mscgen output files in a directory"
   echo_error "  -V, --vcd                               Dump timings of processing in a GTKWave compliant file format."
   echo_error "  -x, --xforms                            Run XFORMS scope windows."
+  echo_error " "
+  echo_error " A simple data traffic test example: ping -m 1 -I oip1 192.168.12.100"
 }