mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-29 02:11:04 +02:00
Merge pull request #2107 from HarHarLinks/patch-1
fix typo in synctl help
This commit is contained in:
commit
54f59bd7d4
@ -125,7 +125,7 @@ def main():
|
|||||||
"configfile",
|
"configfile",
|
||||||
nargs="?",
|
nargs="?",
|
||||||
default="homeserver.yaml",
|
default="homeserver.yaml",
|
||||||
help="the homeserver config file, defaults to homserver.yaml",
|
help="the homeserver config file, defaults to homeserver.yaml",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-w", "--worker",
|
"-w", "--worker",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user