Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 322811 | Differences between
and this patch

Collapse All | Expand All

(-)a/radicale.py (+3 lines)
Lines 52-57 parser.add_option( Link Here
52
    default=radicale.config.getboolean("server", "daemon"),
52
    default=radicale.config.getboolean("server", "daemon"),
53
    help="launch as daemon")
53
    help="launch as daemon")
54
parser.add_option(
54
parser.add_option(
55
    "-f", "--foreground", action="store_false", dest="daemon",
56
    help="launch in foreground (opposite of --daemon)")
57
parser.add_option(
55
    "-H", "--host",
58
    "-H", "--host",
56
    default=radicale.config.get("server", "host"),
59
    default=radicale.config.get("server", "host"),
57
    help="set server hostname")
60
    help="set server hostname")

Return to bug 322811