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): ...@@ -196,7 +196,7 @@ def start(config_options):
action="store", action="store",
metavar="DIRECTORY", metavar="DIRECTORY",
required=False, 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.", " to creating a temp directory.",
) )
export_data_parser.set_defaults(func=export_data_command) 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.
Please register or to comment