fix example client help print out

This commit is contained in:
Jacob Barthelmeh
2016-03-02 16:51:57 -07:00
parent aab44eb26b
commit 112cf1f0c9

View File

@ -381,7 +381,7 @@ static void Usage(void)
printf("-C Disable CRL\n");
#endif
#ifdef WOLFSSL_TRUST_PEER_CERT
printf("-T <file> Path to load trusted peer cert\n");
printf("-E <file> Path to load trusted peer cert\n");
#endif
}