46
61
type=str, help="The directory to place log files in.")
47
62
parser.add_option("--version", action="store_true", dest="show_version",
48
63
help="Print the software version and exit")
64
parser.add_option("--use-cdn", action="store_true", dest="use_cdn",
50
65
help="Serve YUI from Yahoo!'s CDN")
52
67
help="The directory to place the SQL cache in")
53
68
parser.add_option('--allow-writes', action='store_true',
54
69
help="Allow writing to the Bazaar server.")