[Zope-Checkins] SVN: Zope/trunk/utilities/tracelog.py Typos and
provide proper help text for --html option.
Zachery Bir
zbir at urbanape.com
Fri May 5 13:03:09 EDT 2006
Log message for revision 67995:
Typos and provide proper help text for --html option.
Changed:
U Zope/trunk/utilities/tracelog.py
-=-
Modified: Zope/trunk/utilities/tracelog.py
===================================================================
--- Zope/trunk/utilities/tracelog.py 2006-05-05 15:37:11 UTC (rev 67994)
+++ Zope/trunk/utilities/tracelog.py 2006-05-05 17:03:08 UTC (rev 67995)
@@ -284,10 +284,10 @@
print "<tr>"
print '<th>Minute</th>'
print '<th>Requests</th>'
- print '<th>Resquests inputing</th>'
- print '<th>Resquests executing or waiting</th>'
- print '<th>Resquests outputing</th>'
- print '<th>Resquests completed</th>'
+ print '<th>Requests inputing</th>'
+ print '<th>Requests executing or waiting</th>'
+ print '<th>Requests outputing</th>'
+ print '<th>Requests completed</th>'
print '<th>Mean Seconds Per Request Total</th>'
print '<th>Mean Seconds Per Request in App</th>'
print "</tr>"
@@ -444,8 +444,7 @@
""")
parser.add_option("--html", dest='html', action='store_true',
help="""
-The name of an event log that goes with the trace log. This is used
-to determine when the server is restarted, so that the running trace data structures can be reinitialized.
+Generate HTML output.
""")
parser.add_option("--remove-prefix", dest='remove_prefix',
help="""
More information about the Zope-Checkins
mailing list