Skip to content
Snippets Groups Projects
Unverified Commit d0d479c1 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix typo in synapse/app/admin_cmd.py


Co-Authored-By: default avatarAaron Raimist <aaron@raim.ist>
parent 03cc8c4b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment