From: Cedric Le Goater Date: Thu, 5 May 2011 10:07:51 +0000 (+0200) Subject: lxc-execute: document the '--' option X-Git-Tag: lxc-0.7.5~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfafa5a51397b4d3ced980ca80340f383701f823;p=thirdparty%2Flxc.git lxc-execute: document the '--' option Signed-off-by: Cedric Le Goater Signed-off-by: Daniel Lezcano --- diff --git a/doc/lxc-execute.sgml.in b/doc/lxc-execute.sgml.in index 977131807..77d132a33 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 lxc-execute -n name -f config_file -s KEY=VAL + -- command @@ -125,6 +126,21 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + + + + Signal the end of options and disables further option + processing. Any arguments after the -- are treated as + arguments. + + + This option is useful when you want to execute, with the + command lxc-execute, a command line + with its own options. + + +