summaryrefslogtreecommitdiff
path: root/test/initial_event_tests/initial_event_test_slave_starter.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/initial_event_tests/initial_event_test_slave_starter.sh')
-rwxr-xr-xtest/initial_event_tests/initial_event_test_slave_starter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/initial_event_tests/initial_event_test_slave_starter.sh b/test/initial_event_tests/initial_event_test_slave_starter.sh
index 083119f..e240f5a 100755
--- a/test/initial_event_tests/initial_event_test_slave_starter.sh
+++ b/test/initial_event_tests/initial_event_test_slave_starter.sh
@@ -13,7 +13,7 @@
if [ $# -lt 1 ]
then
echo "Please pass a json file to this script."
- echo "For example: $0 UDP initial_event_test_diff_client_ids_diff_ports_slave.json"
+ echo "For example: $0 initial_event_test_diff_client_ids_diff_ports_slave.json UDP"
echo "To use the same service id but different instances on the node pass SAME_SERVICE_ID as third parameter"
echo "To ensure the first client only subscribes to one event pass SUBSCRIBE_ONLY_ONE as third/fourth parameter"
exit 1