From 29e34cbeca9315a2d36c595e91d9b9597d305cab Mon Sep 17 00:00:00 2001 From: kpl Date: Mon, 23 Mar 2020 16:48:43 -0400 Subject: [PATCH] main.cpp : Updated 'sockMgrTest' usage string. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 6b75a57..f599188 100644 --- a/main.cpp +++ b/main.cpp @@ -259,7 +259,7 @@ void sockMgrTest( cw::object_t* cfg, int argc, const char* argv[] ) if( argc <3 ) { printf("Invalid argument count."); - printf("Usage: ./cw_rt 'udp | tcp' { }\n"); + printf("Usage: ./cw_rt sockMgrTest 'udp | tcp' { }\n"); goto errLabel; }