mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
Docs
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
6e92cf4780
commit
48c26d24f5
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
from ._base import ConfigError, find_config_files, read_config_files
|
||||
|
||||
# export ConfigError, find_cofig_files, read_config_files if somebody does
|
||||
# export ConfigError, find_config_files, read_config_files if somebody does
|
||||
# import *
|
||||
# this is largely a fudge to stop PEP8 moaning about the import
|
||||
__all__ = ["ConfigError", "find_config_files", "read_config_files"]
|
||||
|
|
2
synctl
2
synctl
|
@ -137,7 +137,7 @@ def main():
|
|||
"configfile",
|
||||
nargs="?",
|
||||
default="homeserver.yaml",
|
||||
help="the homeserver config file, defaults to homeserver.yaml, may also specify"
|
||||
help="the homeserver config file. Defaults to homeserver.yaml. May also be"
|
||||
" a directory with *.yaml files",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Reference in a new issue