f5b67179ac3ebd77c8d502585f1463214fed208a
mspeir
  Tue Sep 27 14:13:41 2016 -0700
Minor correction to usage statement for bigPush script to reflect current behavior of -v option, no redmine

diff --git src/utils/qa/bigPush.sh src/utils/qa/bigPush.sh
index 82ce6f9..08d0724 100755
--- src/utils/qa/bigPush.sh
+++ src/utils/qa/bigPush.sh
@@ -24,32 +24,31 @@
 ##### Functions #####
 
 showHelp() {
 cat << EOF
  
 Usage: `basename $0` [-hv] \$database(s) \$table(s)
 
 	Required arguments:
 	\$database(s)	    A single database or list of databases for which
 			    table(s) will be pushed. This list can be a file.
 	\$table(s)	    A single table or list of tables to be pushed.
 			    List of tables can be a file.
 
 	Optional arguments:
         -h                  Display this help and exit.
-	-v VERBOSE MODE	    Output details of push; 1 for results to stdout,
-			    2 for results to stdout and file.
+	-v VERBOSE MODE	    Output details of push to stdout.
 
 Push a table or list of tables from Dev to Beta for a single database or list
 of databases.
 
 If you have multiple databases (and/or tables), they can be input in a few
 different ways. They can be either in a file or in a space-separated list
 enclosed in quotes. For example:
 
 `basename $0` "ce11 hg19 gorGor3" refGene
 
 A list of tables can be pushed in a similar way.
 
 If verbose mode is set, then the output will be sent to stdout.
 
 EOF