diff --git a/programs/x509/load_roots.c b/programs/x509/load_roots.c index 2dff951756..7e52957d8a 100644 --- a/programs/x509/load_roots.c +++ b/programs/x509/load_roots.c @@ -168,7 +168,11 @@ int main( int argc, char *argv[] ) opt.iterations = atoi( q ) != 0; } else + { mbedtls_printf( "Unknown option: %s\n", p ); + mbedtls_printf( USAGE ); + goto exit; + } } opt.filenames = (const char**) argv + i;