b9fced4a76dc41a844370d987ed5121a9966e93c rhead Thu Apr 14 11:47:11 2011 -0700 Changed usage statement to be slightly more specific. diff --git src/utils/qa/getChainLines.csh src/utils/qa/getChainLines.csh index b0e5a9e..d5074a9 100755 --- src/utils/qa/getChainLines.csh +++ src/utils/qa/getChainLines.csh @@ -9,31 +9,31 @@ # Written by Ann Zweig # ############################################### set db1="" set db2="" set out1="" set out2="" set chainMinScore="" set chainLinearGap="" set fullLine="" if ( $#argv != 2 ) then echo - echo ' Searches the documentation to find the correct parameters for the ' + echo ' Searches the README.txt files to find the correct parameters for the ' echo ' $chainMinScore and $chainLinearGap variables. ' echo echo ' usage: fromDb toDb (these can be in either order)' echo exit else set db1=$argv[1] set db2=$argv[2] endif if ( "$HOST" != "hgwdev" ) then echo "\n ERROR: you must run this script on dev!\n" exit 1 endif