Commit dfafa5a5 by Cedric Le Goater Committed by Daniel Lezcano

lxc-execute: document the '--' option

parent 43de51b7
...@@ -51,6 +51,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ...@@ -51,6 +51,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<command>lxc-execute <replaceable>-n name</replaceable> <command>lxc-execute <replaceable>-n name</replaceable>
<optional>-f config_file</optional> <optional>-s KEY=VAL <optional>-f config_file</optional> <optional>-s KEY=VAL
</optional> </optional>
<optional>--</optional>
<replaceable>command</replaceable></command> <replaceable>command</replaceable></command>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
...@@ -125,6 +126,21 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ...@@ -125,6 +126,21 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</para> </para>
</listitem> </listitem>
</varlistentry> </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> </variablelist>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment