mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Be more helpful and tell the user how to generate a config too.
This commit is contained in:
parent
933ce76057
commit
fe3401e037
@ -36,7 +36,10 @@ class Config(object):
|
|||||||
if file_path is None:
|
if file_path is None:
|
||||||
raise ConfigError(
|
raise ConfigError(
|
||||||
"Missing config for %s."
|
"Missing config for %s."
|
||||||
" You must specify a config file. You can do this with the -c or --config-path option."
|
" You must specify a path for the config file. You can "
|
||||||
|
"do this with the -c or --config-path option. "
|
||||||
|
"Adding --generate-config along with --server-name "
|
||||||
|
"<server name> will generate a config file at the given path."
|
||||||
% (config_name,)
|
% (config_name,)
|
||||||
)
|
)
|
||||||
if not os.path.exists(file_path):
|
if not os.path.exists(file_path):
|
||||||
|
Loading…
Reference in New Issue
Block a user