mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Rename opposite to opposite_aliases
This commit is contained in:
parent
91e88091fc
commit
b6405e11cb
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||
"value": "False",
|
||||
"help": "use SSL connection",
|
||||
"aliases": ("-s", "--ssl",),
|
||||
"opposite": ("-S", "--no-ssl",),
|
||||
"opposite_aliases": ("-S", "--no-ssl",),
|
||||
"type": bool}),
|
||||
("certificate", {
|
||||
"value": "/etc/ssl/radicale.cert.pem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue