--- a/docs/README-server.md Sat Oct 05 10:28:34 2024 +0200 +++ b/docs/README-server.md Sat Oct 05 11:35:07 2024 +0200 @@ -46,7 +46,7 @@ In order to use the eric-ide server on a remote host just login to this host (preferable via ssh) and start the server. When serving files via the eric-ide server file dialog, the current directory (i.e. the one the server was started in) will be shown first. Some -aspects of the server may be changes via command line switches. The supported switches +aspects of the server may be changed via command line switches. The supported switches are - -h, --help @@ -54,8 +54,8 @@ - -p PORT, --port PORT Listen on the given port for connections from an eric IDE (default 42024). - -6, --with-ipv6 - Listen on IPv6 interfaces as well if the system supports the creation of TCP - sockets which can handle both IPv4 and IPv6. + Listen on IPv6 interfaces as well, if the system supports the creation of TCP + sockets, which can handle both IPv4 and IPv6. - -V, --version Show version information and exit.