Commit bf932081 authored by Zachery Bir's avatar Zachery Bir

Typos and provide proper help text for --html option.

parent 03b86ffb
...@@ -284,10 +284,10 @@ def minutes_header_html(): ...@@ -284,10 +284,10 @@ def minutes_header_html():
print "<tr>" print "<tr>"
print '<th>Minute</th>' print '<th>Minute</th>'
print '<th>Requests</th>' print '<th>Requests</th>'
print '<th>Resquests inputing</th>' print '<th>Requests inputing</th>'
print '<th>Resquests executing or waiting</th>' print '<th>Requests executing or waiting</th>'
print '<th>Resquests outputing</th>' print '<th>Requests outputing</th>'
print '<th>Resquests completed</th>' print '<th>Requests completed</th>'
print '<th>Mean Seconds Per Request Total</th>' print '<th>Mean Seconds Per Request Total</th>'
print '<th>Mean Seconds Per Request in App</th>' print '<th>Mean Seconds Per Request in App</th>'
print "</tr>" print "</tr>"
...@@ -444,8 +444,7 @@ to determine when the server is restarted, so that the running trace data struct ...@@ -444,8 +444,7 @@ to determine when the server is restarted, so that the running trace data struct
""") """)
parser.add_option("--html", dest='html', action='store_true', parser.add_option("--html", dest='html', action='store_true',
help=""" help="""
The name of an event log that goes with the trace log. This is used Generate HTML output.
to determine when the server is restarted, so that the running trace data structures can be reinitialized.
""") """)
parser.add_option("--remove-prefix", dest='remove_prefix', parser.add_option("--remove-prefix", dest='remove_prefix',
help=""" help="""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment