summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2017-04-07 09:54:37 +0100
committerGitHub <noreply@github.com>2017-04-07 09:54:37 +0100
commit54f59bd7d46dda4b10bc644aa7338fc4740b48ba (patch)
tree2a8968aeb21f9bd1b349daf16ebd44afac88e837 /synapse
parentMerge pull request #2103 from matrix-org/erikj/no-double-encode (diff)
parentfix typo in synctl help (diff)
downloadsynapse-54f59bd7d46dda4b10bc644aa7338fc4740b48ba.tar.xz
Merge pull request #2107 from HarHarLinks/patch-1
fix typo in synctl help
Diffstat (limited to 'synapse')
-rwxr-xr-xsynapse/app/synctl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/synctl.py b/synapse/app/synctl.py

index e8218d01ad..8223734845 100755 --- a/synapse/app/synctl.py +++ b/synapse/app/synctl.py
@@ -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",