diff options
author | David Baker <dbkr@matrix.org> | 2014-10-02 14:09:27 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-10-02 14:09:27 +0100 |
commit | d694619a953adf6254e3960d2a4ec973d31dfcae (patch) | |
tree | 378784559d4edbb9db279a83eb34362dc2adcb67 /synctl | |
parent | Trivial formatting fixes for README. (diff) | |
download | synapse-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-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 |