aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Le Goater <legoater@free.fr>2011-05-05 12:07:51 +0200
committerDaniel Lezcano <dlezcano@fr.ibm.com>2011-05-05 12:07:51 +0200
commitdfafa5a51397b4d3ced980ca80340f383701f823 (patch)
treed9729c1c67421755b1eac414838f2f275603dd6d /doc
parentlxc: fix bogus header file (diff)
downloadlxc-dfafa5a51397b4d3ced980ca80340f383701f823.tar.gz
lxc-dfafa5a51397b4d3ced980ca80340f383701f823.tar.bz2
lxc-dfafa5a51397b4d3ced980ca80340f383701f823.zip
lxc-execute: document the '--' option
Signed-off-by: Cedric Le Goater <clg@fr.ibm.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/lxc-execute.sgml.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/lxc-execute.sgml.in b/doc/lxc-execute.sgml.in
index 9771318..77d132a 100644
--- a/doc/lxc-execute.sgml.in
+++ b/doc/lxc-execute.sgml.in
@@ -51,6 +51,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<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>
@@ -125,6 +126,21 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</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>