]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
minor edits to the user-guided absrefine example
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 19 Nov 2009 17:53:17 +0000 (17:53 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 19 Nov 2009 17:53:17 +0000 (17:53 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@417 e59a4935-1847-0410-ae03-e826735625c1

tests/c-api-tests/userguided-absrefine.c

index 765d975196776554bcfbcdd2ab84daa455a1861d..bd4fee15751f4f766fafa594a91756d35855db04 100644 (file)
@@ -107,7 +107,7 @@ int get_pairtype(char * seq, int i, int j) {
  *************************************************************/
 int main(int argc, char** argv) {
   if(argc < 2 || argc > 3) {
-    printf("Usage: biosat <sequence length> <energy lower bound>\n");
+    printf("Usage: biosat <sequence> <energy lower bound>\n");
     printf("Usage to print input back: biosat -b \n");
     exit(-1);
   }