Edited description to note that the arg will not work with daemonize set in the config.

This commit is contained in:
sohamg 2019-06-10 18:47:35 +05:30
parent 0afcbc65cb
commit 12f49b22ec
No known key found for this signature in database
GPG key ID: C20A676A5874AE0E

3
synctl
View file

@ -150,7 +150,8 @@ def main():
parser.add_argument(
"--no-daemonize",
action="store_false",
help="Run synapse in the foreground (for debugging)"
help="Run synapse in the foreground for debugging. "
"Will work only if the daemonize option is not set in the config."
)
options = parser.parse_args()