Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update config doc
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Aug 25, 2015
1 parent 8214591 commit 3f6f746
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synapse/config/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ def load_config(cls, description, argv, generate_section=None):
"--keys-directory",
metavar="DIRECTORY",
help="Used with 'generate-*' options to specify where files such as"
" certs and signing keys should be stored in."
" certs and signing keys should be stored in, unless explicitly"
" specified in the config."
)
config_parser.add_argument(
"-H", "--server-name",
Expand Down

0 comments on commit 3f6f746

Please sign in to comment.