aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichel Normand <normand@fr.ibm.com>2010-01-08 14:34:13 +0100
committerDaniel Lezcano <dlezcano@fr.ibm.com>2010-01-08 14:34:13 +0100
commit0bb4f8cf3b3b984dc150a11cb2e4d83ba4c49970 (patch)
treecd8d66b24547b311818f0903e31c69ca97ba2435 /doc
parentfix manpage typo (diff)
downloadlxc-0bb4f8cf3b3b984dc150a11cb2e4d83ba4c49970.tar.gz
lxc-0bb4f8cf3b3b984dc150a11cb2e4d83ba4c49970.tar.bz2
lxc-0bb4f8cf3b3b984dc150a11cb2e4d83ba4c49970.zip
lxc: update man and help of lxc-create
few added lines to document the new lxc-create -t option Signed-off-by: Michel Normand <normand@fr.ibm.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/lxc-create.sgml.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/lxc-create.sgml.in b/doc/lxc-create.sgml.in
index ccc2b01..5a2baae 100644
--- a/doc/lxc-create.sgml.in
+++ b/doc/lxc-create.sgml.in
@@ -50,6 +50,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<cmdsynopsis>
<command>lxc-create <replaceable>-n name</replaceable>
<optional>-f config_file</optional></command>
+ <optional>-t template</optional></command>
</cmdsynopsis>
</refsynopsisdiv>
@@ -94,6 +95,20 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <option>-t <replaceable>template</replaceable></option>
+ </term>
+ <listitem>
+ <para>
+ 'template' is the short name of an existing 'lxc-template'
+ script that is called by lxc-create.
+ eg: lxc-debian, lxc-busybox ...
+ Refer to those exemples for details of expecting script structure.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>