diff options
author | David Baker <dave@matrix.org> | 2015-05-07 09:33:30 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-05-07 09:33:30 +0100 |
commit | b850c9fa04eca2dcc7118dfc20481617b84a623b (patch) | |
tree | e0fd2c57761ecd67eb1d31a211e0764deed501b9 | |
parent | user_id now in user_threepids (diff) | |
download | synapse-b850c9fa04eca2dcc7118dfc20481617b84a623b.tar.xz |
Typo
-rw-r--r-- | synapse/config/_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/_base.py b/synapse/config/_base.py index cd4bd28e8c..447c6e3128 100644 --- a/synapse/config/_base.py +++ b/synapse/config/_base.py @@ -156,7 +156,7 @@ class Config(object): if config_args.generate_config: server_name = config_args.server_name if not server_name: - print "Most specify a server_name to a generate config for." + print "Must specify a server_name to a generate config for." sys.exit(1) (config_path,) = config_args.config_path if not os.path.exists(config_dir_path): |