Added the two new command-line options
This commit is contained in:
parent
e451f90a06
commit
15cd4b7c37
|
@ -49,6 +49,10 @@
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>&name;</command>
|
<command>&name;</command>
|
||||||
|
<group>
|
||||||
|
<arg choice="plain"><option>-c</option></arg>
|
||||||
|
<arg choice="plain"><option>-s</option></arg>
|
||||||
|
</group>
|
||||||
<arg choice="opt"><option>-o</option>
|
<arg choice="opt"><option>-o</option>
|
||||||
<replaceable>output</replaceable></arg>
|
<replaceable>output</replaceable></arg>
|
||||||
<arg choice="plain"><replaceable>filename</replaceable></arg>
|
<arg choice="plain"><replaceable>filename</replaceable></arg>
|
||||||
|
@ -65,6 +69,15 @@
|
||||||
<para>&name; expects a specification file to be specified on the command line.
|
<para>&name; expects a specification file to be specified on the command line.
|
||||||
The following option is available:</para>
|
The following option is available:</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-c</option></term>
|
||||||
|
<para>Generate a file suitable for a client.</para>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-s</option></term>
|
||||||
|
<para>Generate a file suitable for a server. This is the default
|
||||||
|
behavior.</para>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-o</option></term>
|
<term><option>-o</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -82,7 +95,7 @@
|
||||||
ret=INT32
|
ret=INT32
|
||||||
arg1=STRING,pathname
|
arg1=STRING,pathname
|
||||||
arg2=UINT32,mode</programlisting>
|
arg2=UINT32,mode</programlisting>
|
||||||
<para>will likely be translated as follows:</para>
|
<para>will likely be translated as follows for a server:</para>
|
||||||
<programlisting>/* $Id$ */
|
<programlisting>/* $Id$ */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user