~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Matt Nordhoff
  • Date: 2009-05-27 07:20:44 UTC
  • mto: This revision was merged to the branch mainline in revision 356.
  • Revision ID: mnordhoff@mattnordhoff.com-20090527072044-mdjyvj7fusure1ux
Update the help message

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
    DEFAULT_HOST = '0.0.0.0'
55
55
    DEFAULT_PORT = 8080
56
 
    HELP = ('Run an http (Loggerhead) server to browse code (default port: '
 
56
    HELP = ('Loggerhead web-based code viewer and server. (default port: '
57
57
            '%d)' % (DEFAULT_PORT,))
58
58
 
59
59
    def serve_http(transport, host=None, port=None, inet=None):