src/utils/qa/countRows.csh 1.11

1.11 2009/09/16 21:09:55 kuhn
inproved usage and output
Index: src/utils/qa/countRows.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/countRows.csh,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/utils/qa/countRows.csh	10 Sep 2009 22:55:50 -0000	1.10
+++ src/utils/qa/countRows.csh	16 Sep 2009 21:09:55 -0000	1.11
@@ -15,9 +15,9 @@
 set rr=""
 
 if ($#argv != 2) then
   echo
-  echo "  gets the rowcount for a list of tables from dev and beta."
+  echo "  gets the rowcount for a list of tables from dev, beta and RR."
   echo
   echo "    usage:  database tablelist"
   echo "      tablelist can be just name of single table"
   echo
@@ -32,9 +32,9 @@
 echo
 if ( -e $tablelist ) then
   echo "running countRows for tables:"
   set tables=`cat $tablelist`
-  echo "tables $tables"
+  echo "$tables"
   echo
 else
   set tables=$tablelist
 endif