diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-16 09:52:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 09:52:56 +0100 |
commit | d0d479c1af78af2204a7ed5aee1e187225a5af90 (patch) | |
tree | 7f42a8c16e3cfeb8a6665e8177b10c44f23ab43e /synapse/app | |
parent | Fix invoking add_argument from homeserver.py (diff) | |
download | synapse-d0d479c1af78af2204a7ed5aee1e187225a5af90.tar.xz |
Fix typo in synapse/app/admin_cmd.py
Co-Authored-By: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'synapse/app')
-rw-r--r-- | synapse/app/admin_cmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/admin_cmd.py b/synapse/app/admin_cmd.py index 3ff19f18e5..68802ca751 100644 --- a/synapse/app/admin_cmd.py +++ b/synapse/app/admin_cmd.py @@ -196,7 +196,7 @@ def start(config_options): action="store", metavar="DIRECTORY", required=False, - help="The directory to store the exported data in. Must be emtpy. Defaults" + help="The directory to store the exported data in. Must be empty. Defaults" " to creating a temp directory.", ) export_data_parser.set_defaults(func=export_data_command) |