0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00

Merge pull request #2107 from HarHarLinks/patch-1

fix typo in synctl help
This commit is contained in:
Erik Johnston 2017-04-07 09:54:37 +01:00 committed by GitHub
commit 54f59bd7d4

View file

@ -125,7 +125,7 @@ def main():
"configfile",
nargs="?",
default="homeserver.yaml",
help="the homeserver config file, defaults to homserver.yaml",
help="the homeserver config file, defaults to homeserver.yaml",
)
parser.add_argument(
"-w", "--worker",