summary refs log tree commit diff
path: root/synctl
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-10-02 14:11:17 +0100
committerDavid Baker <dbkr@matrix.org>2014-10-02 14:11:17 +0100
commit9435830351850deb1bd8aced59ba68d1823425d9 (patch)
treeab99c0e6bf5dc87a376abd644458d9ceb6ab2dc2 /synctl
parentSplit PlainHttpClient into separate clients for talking to Identity servers a... (diff)
parentFix ncorrect ports in documentation and add notes on how generate-config also... (diff)
downloadsynapse-9435830351850deb1bd8aced59ba68d1823425d9.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'synctl')
-rwxr-xr-xsynctl2
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