mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
socket-proxyd: fix --connections-max help message and docs (#5044)
This commit is contained in:
parent
5acc0c86e1
commit
23d0fff78d
@ -86,7 +86,7 @@
|
||||
<xi:include href="standard-options.xml" xpointer="help" />
|
||||
<xi:include href="standard-options.xml" xpointer="version" />
|
||||
<varlistentry>
|
||||
<term><option>--max-connections=</option></term>
|
||||
<term><option>--connections-max=</option></term>
|
||||
<term><option>-c</option></term>
|
||||
|
||||
<listitem><para>Sets the maximum number of simultaneous connections, defaults to 256.
|
||||
|
@ -564,7 +564,7 @@ static void help(void) {
|
||||
printf("%1$s [HOST:PORT]\n"
|
||||
"%1$s [SOCKET]\n\n"
|
||||
"Bidirectionally proxy local sockets to another (possibly remote) socket.\n\n"
|
||||
" -c --max-connections= Set the maximum number of connections to be accepted\n"
|
||||
" -c --connections-max= Set the maximum number of connections to be accepted\n"
|
||||
" -h --help Show this help\n"
|
||||
" --version Show package version\n",
|
||||
program_invocation_short_name);
|
||||
|
Loading…
Reference in New Issue
Block a user