src/utils/qa/getSplit.csh 1.4

1.4 2009/03/05 18:11:55 kuhn
tweaked usage statement
Index: src/utils/qa/getSplit.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getSplit.csh,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/utils/qa/getSplit.csh	30 Mar 2007 16:25:34 -0000	1.3
+++ src/utils/qa/getSplit.csh	5 Mar 2009 18:11:55 -0000	1.4
@@ -18,9 +18,11 @@
   echo
   echo "  determines if table is in split format "
   echo "    and returns split name if so."
   echo
-  echo "    usage:  db tablename [machine: hgwdev|beta] defaults to beta"
+  echo "    usage:  db tablename [hgwdev|hgwbeta]"
+  echo
+  echo "      third argument accepts machine, defaults to beta"
   echo
   exit
 else
   set db=$argv[1]