Merge pull request #7882 from kojo1/client-help

Fix <null> in the help message
pull/7866/head
Daniel Pouzzner 2024-08-16 23:13:45 -05:00 committed by GitHub
commit c90aa27e06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1657,7 +1657,9 @@ static void Usage(void)
printf("%s", msg[++msgid]); /* -D */
printf("%s", msg[++msgid]); /* -e */
printf("%s", msg[++msgid]); /* -g */
#ifdef WOLFSSL_DTLS
printf("%s", msg[++msgid]); /* -u */
#endif
#ifdef WOLFSSL_SCTP
printf("%s", msg[++msgid]); /* -G */
#endif
@ -1772,7 +1774,6 @@ static void Usage(void)
printf("%s", msg[++msgid]); /* --wolfsentry-config */
#endif
printf("%s", msg[++msgid]); /* -7 */
printf("%s", msg[++msgid]); /* Examples repo link */
#ifdef HAVE_PQC
printf("%s", msg[++msgid]); /* --pqc */
#endif