fix typo in synctl help

pull/2107/head
Kim Brose 2017-04-06 17:10:20 +02:00 committed by GitHub
parent e0e214556a
commit 8a1137ceab
1 changed files with 1 additions and 1 deletions

View File

@ -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",