main.cpp : Updated 'sockMgrTest' usage string.

This commit is contained in:
kpl 2020-03-23 16:48:43 -04:00
parent 3c9d4282cd
commit 29e34cbeca

View File

@ -259,7 +259,7 @@ void sockMgrTest( cw::object_t* cfg, int argc, const char* argv[] )
if( argc <3 ) if( argc <3 )
{ {
printf("Invalid argument count."); printf("Invalid argument count.");
printf("Usage: ./cw_rt <cfg_fn> 'udp | tcp' <localPort> { <remote_ip> <remote_port> }\n"); printf("Usage: ./cw_rt <cfg_fn> sockMgrTest 'udp | tcp' <localPort> { <remote_ip> <remote_port> }\n");
goto errLabel; goto errLabel;
} }