summary refs log tree commit diff
path: root/synctl
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-10-02 14:09:27 +0100
committerDavid Baker <dbkr@matrix.org>2014-10-02 14:09:27 +0100
commitd694619a953adf6254e3960d2a4ec973d31dfcae (patch)
tree378784559d4edbb9db279a83eb34362dc2adcb67 /synctl
parentTrivial formatting fixes for README. (diff)
downloadsynapse-d694619a953adf6254e3960d2a4ec973d31dfcae.tar.xz
Fix ncorrect ports in documentation and add notes on how generate-config also generates certs bound to whatever hostname you give with --generate-config.
SYN-87 #resolved
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