diff options
author | Kim Brose <kim.brose@rwth-aachen.de> | 2017-04-06 17:10:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-06 17:10:20 +0200 |
commit | 8a1137ceab54b5b2643f1be3995b2977f5cd2c63 (patch) | |
tree | 65f74966d44896acd5e1c0f83969c5ecf99e49ff /synapse/app | |
parent | Merge branch 'release-v0.19.3' of github.com:matrix-org/synapse (diff) | |
download | synapse-8a1137ceab54b5b2643f1be3995b2977f5cd2c63.tar.xz |
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 c045588866..e84045c7d1 100755 --- a/synapse/app/synctl.py +++ b/synapse/app/synctl.py @@ -98,7 +98,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", |