From bb495c930d5f2d2a7451d9bfe373eb90595f8e82 Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Fri, 3 Sep 2010 19:11:53 +0000 Subject: [PATCH] aligned the STP help printout (-h option). It is easier to read now. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1012 e59a4935-1847-0410-ae03-e826735625c1 --- src/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/main.cpp b/src/main/main.cpp index 8913c47..be29b88 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -97,7 +97,7 @@ int main(int argc, char ** argv) { //populate the help string helpstring += - "STP version : " + version + "\n\n"; + "STP version : " + version + "\n\n"; helpstring += "-a : switch optimizations off (optimizations are ON by default)\n"; helpstring += -- 2.47.3