summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2015-06-16 16:03:35 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2015-06-16 16:03:35 +0100
commit9a3cd1c00db95e894882b7ab4308022a3b014974 (patch)
tree064767c0b3d81d34cb5eeeb3469ab590381382df /synapse/config
parentMerge pull request #185 from matrix-org/erikj/listeners_config (diff)
downloadsynapse-9a3cd1c00db95e894882b7ab4308022a3b014974.tar.xz
Correct -H SERVER_NAME in config-missing complaint message
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/_base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/_base.py b/synapse/config/_base.py
index d4163d6272..d483c67c6a 100644
--- a/synapse/config/_base.py
+++ b/synapse/config/_base.py
@@ -148,7 +148,7 @@ class Config(object):
             if not config_args.config_path:
                 config_parser.error(
                     "Must supply a config file.\nA config file can be automatically"
-                    " generated using \"--generate-config -h SERVER_NAME"
+                    " generated using \"--generate-config -H SERVER_NAME"
                     " -c CONFIG-FILE\""
                 )
 
@@ -209,7 +209,7 @@ class Config(object):
         if not config_args.config_path:
             config_parser.error(
                 "Must supply a config file.\nA config file can be automatically"
-                " generated using \"--generate-config -h SERVER_NAME"
+                " generated using \"--generate-config -H SERVER_NAME"
                 " -c CONFIG-FILE\""
             )