diff options
author | Erik Johnston <erikj@jki.re> | 2017-04-07 09:54:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 09:54:37 +0100 |
commit | 54f59bd7d46dda4b10bc644aa7338fc4740b48ba (patch) | |
tree | 2a8968aeb21f9bd1b349daf16ebd44afac88e837 /synapse/app | |
parent | Merge pull request #2103 from matrix-org/erikj/no-double-encode (diff) | |
parent | fix typo in synctl help (diff) | |
download | synapse-54f59bd7d46dda4b10bc644aa7338fc4740b48ba.tar.xz |
Merge pull request #2107 from HarHarLinks/patch-1
fix typo in synctl help
Diffstat (limited to 'synapse/app')
-rwxr-xr-x | synapse/app/synctl.py | 2 |
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", |