From c7ee67d4dd3295af698fd77b1477ac83177a33ba Mon Sep 17 00:00:00 2001 From: Swann Martinez Date: Thu, 10 Feb 2022 11:58:09 +0100 Subject: [PATCH] fix: replication typo (@kromar) --- docs/hosting_internet/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosting_internet/index.rst b/docs/hosting_internet/index.rst index 890dac9..65f7470 100644 --- a/docs/hosting_internet/index.rst +++ b/docs/hosting_internet/index.rst @@ -562,7 +562,7 @@ The default Docker image essentially runs the equivalent of: .. code-block:: bash - replication.serve -pwd admin -p 5555 -t 5000 -l DEBUG -lf multiuser_server.log + replication.server -pwd admin -p 5555 -t 5000 -l DEBUG -lf multiuser_server.log This means the server will be launched with 'admin' as the administrator password, run on ports 5555:5558, use a timeout of 5 seconds, verbose 'DEBUG' log level, and with log files written to 'multiuser_server.log'. See :ref:`cmd-line` for a description of optional parameters.