test_summary: Corrected script name in comments providing documentation.
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Mon, 27 Jul 1998 20:37:47 +0000 (14:37 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 27 Jul 1998 20:37:47 +0000 (14:37 -0600)
P
* test_summary: Corrected script name in comments providing
documentation.  Added linebreaks for lines with > 80 characters.

From-SVN: r21420

contrib/test_summary

index 6f2d6b0ceea0ae8c20589c58b48258f8c1b8d29d..332f88a1e78126763bb0a4cca5df2ca3975f5c30 100755 (executable)
 
 # The usage pattern of this script is as follows:
 
-# summarize | more   # so as to observe what should be done
+# test_summary | more   # so as to observe what should be done
 
-# summarize | sh     # so as to actually send e-mail and move log files
+# test_summary | sh     # so as to actually send e-mail and move log files
 
 # It accepts a few command line arguments.  For example:
 # -o: re-reads logs that have been mailed already (.sum.sent)
 # -t: prevents logs from being renamed
 # -i: append specified file (or list of files: -i "a b") to the report
-# -m: specify the e-mail address to send notes to.  An appropriate default should be selected from the log files.
-# -f: force reports to be mailed; if omitted, only reports that differ from the sent.* version are sent
+# -m: specify the e-mail address to send notes to.  An appropriate default
+#     should be selected from the log files.
+# -f: force reports to be mailed; if omitted, only reports that differ
+#     from the sent.* version are sent.
 
 # Find a good awk.
 if test -z "$AWK" ; then