Documented the missing options for AppClient(1)

This commit is contained in:
Pierre Pronchery 2014-05-04 21:57:32 +02:00
parent 7617e800b3
commit c6d4e1fa2b

View File

@ -78,6 +78,50 @@
<title>Options</title> <title>Options</title>
<para>The following options are available:</para> <para>The following options are available:</para>
<variablelist> <variablelist>
<varlistentry>
<term><option>-C</option></term>
<listitem>
<para>Enqueue a call to the method specified.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-H</option></term>
<listitem>
<para>Location of the service. It should include the name of the transport
protocol to use, such as "unix" or "tcp".</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-S</option></term>
<listitem>
<para>Name of the service to connect to (in other words, the protocol to
speak).</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-d</option></term>
<listitem>
<para>Add a double value as an argument to the current call.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f</option></term>
<listitem>
<para>Add a float value as an argument to the current call.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-i</option></term>
<listitem>
<para>Add an integer value as an argument to the current call.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-s</option></term>
<listitem>
<para>Add a string value as an argument to the current call.</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term><option>-v</option></term> <term><option>-v</option></term>
<listitem> <listitem>