~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

  • Committer: Martin Albisetti
  • Date: 2008-08-20 22:52:32 UTC
  • mto: This revision was merged to the branch mainline in revision 218.
  • Revision ID: argentina@gmail.com-20080820225232-0lcsp3y8bai8g2bq
Small tweak to help string

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    parser.add_option("--trunk-dir", metavar="DIR",
42
42
                      help="The directory that contains the trunk branches.")
43
43
    parser.add_option("--port", dest="user_port",
44
 
                      help="Port Loggerhead should listen on. 8080 is the default one.")
 
44
                      help="Port Loggerhead should listen on (defaults to 8080).")
45
45
    parser.add_option("--host", dest="user_host",
46
46
                      help="Host Loggerhead should listen on.")
47
47
    parser.add_option("--prefix", dest="user_prefix",