mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Merge pull request #3298 from ejohnstown/fix-client-usage
Fix Client Usage
This commit is contained in:
@ -1310,7 +1310,9 @@ static void Usage(void)
|
||||
printf("%s", msg[++msgid]); /* -L <str> */
|
||||
#endif
|
||||
printf("%s", msg[++msgid]); /* -B <num> */
|
||||
#ifndef NO_PSK
|
||||
printf("%s", msg[++msgid]); /* -s */
|
||||
#endif
|
||||
printf("%s", msg[++msgid]); /* -d */
|
||||
printf("%s", msg[++msgid]); /* -D */
|
||||
printf("%s", msg[++msgid]); /* -e */
|
||||
|
Reference in New Issue
Block a user