Fixed description of client command line options (removed --camp
and --no-camp, which are obsolete).
This commit is contained in:
parent
8ddb77b811
commit
2e67f1e0d4
|
@ -348,21 +348,7 @@ the system's hostname and <span class="arg">port</span> defaults to 24800.
|
||||||
<span class="arg">address</span> is the hostname or IP address of
|
<span class="arg">address</span> is the hostname or IP address of
|
||||||
the server and <span class="arg">port</span> is the optional network
|
the server and <span class="arg">port</span> is the optional network
|
||||||
port on the server to connect to. The client accepts the
|
port on the server to connect to. The client accepts the
|
||||||
<a href="#commonOptions">common options</a> and:
|
<a href="#commonOptions">common options</a>.
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td> </td><td><span class="code"> </span></td>
|
|
||||||
<td><span class="code">--camp</span></td>
|
|
||||||
<td> </td><td>retry connection to server until successful</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td> </td><td><span class="code"> </span></td>
|
|
||||||
<td><span class="code">--no-camp</span></td>
|
|
||||||
<td> </td><td>try connection to server only once</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue