]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
aligned the STP help printout (-h option). It is easier to read now.
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 3 Sep 2010 19:11:53 +0000 (19:11 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 3 Sep 2010 19:11:53 +0000 (19:11 +0000)
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

index 8913c477d986a474f007a6b95956b0e9d0457a3c..be29b882b7e6fc71c5f39234020a26bf223a5017 100644 (file)
@@ -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 +=