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

View File

@@ -101,7 +101,7 @@ static void Usage(void)
printf("-g Send server HTTP GET\n"); printf("-g Send server HTTP GET\n");
printf("-u Use UDP DTLS\n"); printf("-u Use UDP DTLS\n");
printf("-m Match domain name in cert\n"); printf("-m Match domain name in cert\n");
printf("-n Use non-blocking sockets\n"); printf("-N Use Non-blocking sockets\n");
printf("-r Resume session\n"); printf("-r Resume session\n");
} }

View File

@@ -96,7 +96,7 @@ static void Usage(void)
printf("-b Bind to any interface instead of localhost only\n"); printf("-b Bind to any interface instead of localhost only\n");
printf("-s Use pre Shared keys\n"); printf("-s Use pre Shared keys\n");
printf("-u Use UDP DTLS\n"); printf("-u Use UDP DTLS\n");
printf("-N Use non-blocking sockets\n"); printf("-N Use Non-blocking sockets\n");
} }