forked from MirrorHub/synapse
Fix typo in synapse/app/admin_cmd.py
Co-Authored-By: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
03cc8c4b5d
commit
d0d479c1af
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue