load_roots: fix no-argument detection
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
618a70ede7
commit
01997e119f
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ int main( int argc, char *argv[] )
|
|||
struct mbedtls_timing_hr_time timer;
|
||||
unsigned long ms;
|
||||
|
||||
if( argc == 0 )
|
||||
if( argc <= 1 )
|
||||
{
|
||||
mbedtls_printf( USAGE );
|
||||
goto exit;
|
||||
|
|
Loading…
Reference in a new issue