From: trevor_hansen Date: Mon, 20 Jun 2011 05:26:31 +0000 (+0000) Subject: Fix. I forgot to remove the descriptions of -e -f from help. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=17e35d19050e73922bb468af1f65d12bb3f792ba;p=francis%2Fstp.git 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 --- 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 +=