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",
45
45
parser.add_option("--host", dest="user_host",
46
46
help="Host Loggerhead should listen on.")
49
47
parser.add_option("--version", action="store_true", dest="show_version",
50
48
help="Print the software version and exit")