src/hg/encode/encodeDownloadsPage/encodeDownloadsPage.pl 1.24

1.24 2010/01/22 17:31:41 tdreszer
Insignificant change. This is not hgEncodeDownloads.pl
Index: src/hg/encode/encodeDownloadsPage/encodeDownloadsPage.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeDownloadsPage/encodeDownloadsPage.pl,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -B -U 4 -r1.23 -r1.24
--- src/hg/encode/encodeDownloadsPage/encodeDownloadsPage.pl	22 Jan 2010 01:38:14 -0000	1.23
+++ src/hg/encode/encodeDownloadsPage/encodeDownloadsPage.pl	22 Jan 2010 17:31:41 -0000	1.24
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 
-# hgEncodeDownloads.pl - generates a webpage for all tgz downloadable files in a directory.
+# encodeDownloadsPage.pl - generates a webpage for all tgz downloadable files in a directory.
 #                        The first portion of the file name (delimieted by '.') should be the
 #                        corresponding tableName in order to look up the dateReleased in trackDb.
 #                        Called by automated submission pipeline
 #
@@ -37,9 +37,9 @@
 our $textFile = "files.txt";    # plain text file list with metadata
 
 sub usage {
     print STDERR <<END;
-usage: hgEncodeDownloads.pl {index.html} [downloads-dir]
+usage: encodeDownloadsPage.pl {index.html} [downloads-dir]
 
 Creates an HTML page and README text file listing the downloads in the current directory or optional directory.
 
 options: