From 17e35d19050e73922bb468af1f65d12bb3f792ba Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Mon, 20 Jun 2011 05:26:31 +0000 Subject: [PATCH] Fix. I forgot to remove the descriptions of -e -f from help. 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/main.cpp b/src/main/main.cpp index 6c95ed3..49f2c63 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -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 += -- 2.47.3