updated tcpClient usage

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@246 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
matlabbe 2014-05-06 15:56:30 +00:00
parent 41c2043eab
commit 69c416aebf

View File

@ -11,7 +11,7 @@
void showUsage() void showUsage()
{ {
printf("exampleTcpClient [hostname] port\n"); printf("tcpClient [hostname] port\n");
exit(-1); exit(-1);
} }