]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix. I forgot to remove the descriptions of -e -f from help.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 20 Jun 2011 05:26:31 +0000 (05:26 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 20 Jun 2011 05:26:31 +0000 (05:26 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1348 e59a4935-1847-0410-ae03-e826735625c1

src/main/main.cpp

index 6c95ed3614aeff39f91808129a9392d8d24b7105..49f2c63f202ea92d05839e38828f00c24b038297 100644 (file)
@@ -138,10 +138,6 @@ int main(int argc, char ** argv) {
 
   helpstring +=  
     "--exit-after-CNF       : exit after the CNF has been generated\n";
-  helpstring +=
-    "-e                     : expand finite-for construct\n";
-  helpstring +=  
-    "-f                     : number of abstraction-refinement loops\n";
   helpstring +=  
     "-g                     : timeout (seconds until STP gives up)\n";
   helpstring +=