14c9f085afb7d35391264411c7bac9ac2a21b94f
mspeir
  Mon Mar 13 11:40:47 2017 -0700
Minor change to usage message, no redmine

diff --git src/utils/qa/bigPush.sh src/utils/qa/bigPush.sh
index 08d0724..cb54238 100755
--- src/utils/qa/bigPush.sh
+++ src/utils/qa/bigPush.sh
@@ -17,33 +17,33 @@
 
 ##### Variables #####
 
 dbList=""
 tableList=""
 outputMode="> /dev/null"
 
 ##### 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
+	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.
+	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 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