diff options
author | David Baker <dbkr@matrix.org> | 2014-10-02 14:11:17 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-10-02 14:11:17 +0100 |
commit | 9435830351850deb1bd8aced59ba68d1823425d9 (patch) | |
tree | ab99c0e6bf5dc87a376abd644458d9ceb6ab2dc2 /synctl | |
parent | Split PlainHttpClient into separate clients for talking to Identity servers a... (diff) | |
parent | Fix ncorrect ports in documentation and add notes on how generate-config also... (diff) | |
download | synapse-9435830351850deb1bd8aced59ba68d1823425d9.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'synctl')
-rwxr-xr-x | synctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synctl b/synctl index 7523fd3dbc..c227a9e1e4 100755 --- a/synctl +++ b/synctl @@ -14,7 +14,7 @@ case "$1" in start) if [ ! -f "$CONFIGFILE" ]; then echo "No config file found" - echo "To generate a config file, run '$SYNAPSE -c $CONFIGFILE --generate-config'" + echo "To generate a config file, run '$SYNAPSE -c $CONFIGFILE --generate-config --server-name=<server name>'" exit 1 fi |