diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 6c4700624..958f8d66b 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -16803,7 +16803,7 @@ int Abc_CommandDProve( Abc_Frame_t * pAbc, int argc, char ** argv ) Fra_SecSetDefaultParams( pSecPar ); // pSecPar->TimeLimit = 300; Extra_UtilGetoptReset(); - while ( ( c = Extra_UtilGetopt( argc, argv, "cbFCGDVBRTLarmfijkouwvh" ) ) != EOF ) + while ( ( c = Extra_UtilGetopt( argc, argv, "cbFCGDVBRTLarmfijkoupwvh" ) ) != EOF ) { switch ( c ) {