add F back into the client command line options scanning

This commit is contained in:
John Safranek 2015-11-25 10:36:51 -08:00
parent 1b3254cc47
commit 02411ccced

View File

@ -482,7 +482,7 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
#ifndef WOLFSSL_VXWORKS
while ((ch = mygetopt(argc, argv,
"?gdeDusmNrwRitfxXUPCVh:p:v:l:A:c:k:Z:b:zS:L:ToO:aB:W")) != -1) {
"?gdeDusmNrwRitfxXUPCVh:p:v:l:A:c:k:Z:b:zS:F:L:ToO:aB:W")) != -1) {
switch (ch) {
case '?' :
Usage();