diff options
author | Cedric Le Goater <clg@fr.ibm.com> | 2010-01-14 07:43:18 +0100 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-01-14 07:43:18 +0100 |
commit | 33ba4ad795db91deccc5b79dcb3d6b035ff7d642 (patch) | |
tree | 01490f91821ed46ac8f8274e77c56e68e161822c /doc | |
parent | add --define to restart (diff) | |
download | lxc-33ba4ad795db91deccc5b79dcb3d6b035ff7d642.tar.gz lxc-33ba4ad795db91deccc5b79dcb3d6b035ff7d642.tar.bz2 lxc-33ba4ad795db91deccc5b79dcb3d6b035ff7d642.zip |
lxc: add --define to start
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-start.sgml.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/lxc-start.sgml.in b/doc/lxc-start.sgml.in index 827b589..5bb34cd 100644 --- a/doc/lxc-start.sgml.in +++ b/doc/lxc-start.sgml.in @@ -49,7 +49,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <refsynopsisdiv> <cmdsynopsis><command>lxc-start <replaceable>-n name</replaceable> <optional>-f - config_file</optional> <optional>command</optional></command></cmdsynopsis> + config_file</optional> <optional>-s KEY=VAL</optional> + <optional>command</optional></command></cmdsynopsis> </refsynopsisdiv> <refsect1> @@ -105,6 +106,19 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA </listitem> </varlistentry> + <varlistentry> + <term> + <option>-s <replaceable>KEY=VAL</replaceable></option> + </term> + <listitem> + <para> + Assign value <replaceable>VAL</replaceable> to configuration + variable <replaceable>KEY</replaceable>. This overrides any + assignment done in <replaceable>config_file</replaceable>. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> |