1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3:docs: document the --request-timeout option of net

metze
This commit is contained in:
Stefan Metzmacher 2009-04-03 12:21:17 +02:00
parent 257809558b
commit cdbbc81bad

View File

@ -35,6 +35,7 @@
<arg choice="opt">-P</arg>
<arg choice="opt">-d debuglevel</arg>
<arg choice="opt">-V</arg>
<arg choice="opt">--request-timeout seconds</arg>
</cmdsynopsis>
</refsynopsisdiv>
@ -125,6 +126,14 @@
</para></listitem>
</varlistentry>
<varlistentry>
<term>--request-timeout 30</term>
<listitem><para>
Let client requests timeout after 30 seconds the default is 10
seconds.
</para></listitem>
</varlistentry>
&stdarg.server.debug;
</variablelist>
</refsect1>