main.cpp : Updated 'sockMgrTest' usage string.
This commit is contained in:
parent
3c9d4282cd
commit
29e34cbeca
2
main.cpp
2
main.cpp
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user