summaryrefslogtreecommitdiffstats
path: root/src/base/abci
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2011-03-03 10:02:32 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2011-03-03 10:02:32 -0800
commit88bdf467d80e32f8c1edce898edfb520d48b55b8 (patch)
treeb1501b73a5dccdcfc29882e2c190ac32d3980b6d /src/base/abci
parentd13bbe5b5fe9131686092dd07080113b0678e27f (diff)
downloadabc-88bdf467d80e32f8c1edce898edfb520d48b55b8.tar.gz
abc-88bdf467d80e32f8c1edce898edfb520d48b55b8.tar.bz2
abc-88bdf467d80e32f8c1edce898edfb520d48b55b8.zip
Bug fix in dprove, adding command option -p.
Diffstat (limited to 'src/base/abci')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 6c470062..958f8d66 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 )
{