src/utils/qa/getSplit.csh 1.9

1.9 2009/05/11 23:59:13 kuhn
changed to accept hgsqlbeta instead of hgwbeta
Index: src/utils/qa/getSplit.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getSplit.csh,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/utils/qa/getSplit.csh	11 May 2009 03:36:47 -0000	1.8
+++ src/utils/qa/getSplit.csh	11 May 2009 23:59:13 -0000	1.9
@@ -19,9 +19,9 @@
   echo
   echo "  determines if table is in split format "
   echo "    and returns split name if so."
   echo
-  echo "    usage:  db tablename [hgwdev | hgwbeta]"
+  echo "    usage:  db tablename [hgwdev | hgsqlbeta]"
   echo
   echo "      third argument accepts machine, defaults to hgwdev"
   echo
   exit
@@ -36,9 +36,9 @@
 endif
 
 # assign command line arguments
 if ( $#argv == 3 ) then
-  if ( $argv[3] == "hgwbeta" ) then
+  if ( $argv[3] == "hgsqlbeta" ) then
     set machine="$argv[3]"
     set host="-h $sqlbeta"
   else
     if ( $argv[3] != "hgwdev" ) then