mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Add a --no-ssl option, closes bug #160
This commit is contained in:
parent
342e6072c2
commit
e091541679
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ parser.add_option(
|
|||
"-s", "--ssl", action="store_true",
|
||||
default=radicale.config.getboolean("server", "ssl"),
|
||||
help="use SSL connection")
|
||||
parser.add_option(
|
||||
"-S", "--no-ssl", action="store_false", dest="ssl",
|
||||
help="do not use SSL connection (opposite of --ssl)")
|
||||
parser.add_option(
|
||||
"-k", "--key",
|
||||
default=radicale.config.get("server", "key"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue