src/utils/qa/getRRtableStatus.csh 1.14
1.14 2009/09/16 21:15:40 kuhn
inproved usage and output
Index: src/utils/qa/getRRtableStatus.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getRRtableStatus.csh,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -B -U 4 -r1.13 -r1.14
--- src/utils/qa/getRRtableStatus.csh 10 Sep 2009 22:33:57 -0000 1.13
+++ src/utils/qa/getRRtableStatus.csh 16 Sep 2009 21:15:40 -0000 1.14
@@ -16,9 +16,9 @@
set dumpfile=""
if ( $#argv < 3 || $#argv > 4 ) then
echo
- echo " gets the status of any table from the RR database."
+ echo " gets the status for any field of a table from a database."
echo " using mark's genbank dumps."
echo " warning: not in real time. uses overnight dump."
echo
echo " usage: database table field [hgwdev | hgwbeta | rr]"
@@ -26,9 +26,9 @@
echo " Avg_row_length, Data_length, Max_data_length, Index_length, "
echo " Data_free, Auto_increment, Create_time, Update_time, "
echo " Check_time, Create_options, Comment"
echo
- echo " defaults to rr. optionally accepts dev or beta"
+ echo " defaults to rr"
echo
exit
else
set db=$argv[1]