Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
<command>lxc-execute <replaceable>-n name</replaceable>
<optional>-f config_file</optional> <optional>-s KEY=VAL
</optional>
+ <optional>--</optional>
<replaceable>command</replaceable></command>
</cmdsynopsis>
</refsynopsisdiv>
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--</option></term>
+ <listitem>
+ <para>
+ Signal the end of options and disables further option
+ processing. Any arguments after the -- are treated as
+ arguments.
+ </para>
+ <para>
+ This option is useful when you want to execute, with the
+ command <command>lxc-execute</command>, a command line
+ with its own options.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>