aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Le Goater <clg@fr.ibm.com>2010-01-14 07:43:18 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2010-01-14 07:43:18 +0100
commit33ba4ad795db91deccc5b79dcb3d6b035ff7d642 (patch)
tree01490f91821ed46ac8f8274e77c56e68e161822c /doc
parentadd --define to restart (diff)
downloadlxc-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.in16
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>