Matching the new usage screen

This commit is contained in:
Pierre Pronchery 2013-12-12 04:10:01 +01:00
parent 129f622cee
commit df667360ce

View File

@ -51,6 +51,10 @@
<command>&name;</command> <command>&name;</command>
<arg choice="opt"><option>-d</option> <arg choice="opt"><option>-d</option>
<replaceable>device</replaceable></arg> <replaceable>device</replaceable></arg>
<arg choice="opt"><option>-O</option>
<replaceable>overlay</replaceable></arg>
<arg choice="opt"><option>-H</option></arg>
<arg choice="opt"><option>-x</option></arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1 id="description"> <refsect1 id="description">
@ -68,6 +72,25 @@
<para>Specify a video device to open.</para> <para>Specify a video device to open.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><option>-H</option></term>
<listitem>
<para>Force the output to be flipped horizontally.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-O</option></term>
<listitem>
<para>Specify an image to display on top of the camera feed.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-x</option></term>
<listitem>
<para>Start the application in embedded mode (for embedding inside other
applications).</para>
</listitem>
</varlistentry>
</variablelist> </variablelist>
</refsect1> </refsect1>
<refsect1 id="bugs"> <refsect1 id="bugs">