0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-15 00:58:22 +02:00

Fix typo in synapse/app/admin_cmd.py

Co-Authored-By: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Erik Johnston 2019-07-16 09:52:56 +01:00 committed by GitHub
parent 03cc8c4b5d
commit d0d479c1af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)