fix example/client non-blocking usage flag to big N

This commit is contained in:
toddouska
2012-10-17 14:06:50 -07:00
parent e3f54f332e
commit 32dd1ab006
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ static void Usage(void)
printf("-b Bind to any interface instead of localhost only\n");
printf("-s Use pre Shared keys\n");
printf("-u Use UDP DTLS\n");
printf("-N Use non-blocking sockets\n");
printf("-N Use Non-blocking sockets\n");
}