From 69c416aebf1a844420864fa947e98ca8419f134d Mon Sep 17 00:00:00 2001 From: matlabbe Date: Tue, 6 May 2014 15:56:30 +0000 Subject: [PATCH] updated tcpClient usage git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@246 620bd6b2-0a58-f614-fd9a-1bd335dccda9 --- tcpClient/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcpClient/main.cpp b/tcpClient/main.cpp index 14d97053..09822f02 100644 --- a/tcpClient/main.cpp +++ b/tcpClient/main.cpp @@ -11,7 +11,7 @@ void showUsage() { - printf("exampleTcpClient [hostname] port\n"); + printf("tcpClient [hostname] port\n"); exit(-1); }