Commit 4dd8d062 by KATOH Yasufumi Committed by Stéphane Graber

doc: Add destroy option to lxc-snapshot(1)

This commit is the same as the commit 18aa217b and 99e616a6 on master branch, except "ALL" keyword. Signed-off-by: 's avatarKATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 2a51cda9
...@@ -60,6 +60,11 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -60,6 +60,11 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<cmdsynopsis> <cmdsynopsis>
<command>lxc-snapshot</command> <command>lxc-snapshot</command>
<arg choice="req">-n, --name <replaceable>name</replaceable></arg> <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
<arg choice="req">-d, -destroy <replaceable>snapshot-name</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>lxc-snapshot</command>
<arg choice="req">-n, --name <replaceable>name</replaceable></arg>
<arg choice="req">-L, --list </arg> <arg choice="req">-L, --list </arg>
<arg choice="opt">-C, --showcomments </arg> <arg choice="opt">-C, --showcomments </arg>
</cmdsynopsis> </cmdsynopsis>
...@@ -109,6 +114,16 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -109,6 +114,16 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <option>-d,--destroy snapshot-name</option> </term>
<listitem>
<!--
<para> Destroy the named snapshot.</para>
-->
指定した名前のスナップショットを破壊します。
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-L,--list </option> </term> <term> <option>-L,--list </option> </term>
<listitem> <listitem>
<para> <para>
......
...@@ -55,6 +55,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ...@@ -55,6 +55,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<cmdsynopsis> <cmdsynopsis>
<command>lxc-snapshot</command> <command>lxc-snapshot</command>
<arg choice="req">-n, --name <replaceable>name</replaceable></arg> <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
<arg choice="req">-d, -destroy <replaceable>snapshot-name</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>lxc-snapshot</command>
<arg choice="req">-n, --name <replaceable>name</replaceable></arg>
<arg choice="req">-L, --list </arg> <arg choice="req">-L, --list </arg>
<arg choice="opt">-C, --showcomments </arg> <arg choice="opt">-C, --showcomments </arg>
</cmdsynopsis> </cmdsynopsis>
...@@ -92,6 +97,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ...@@ -92,6 +97,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term> <option>-d,--destroy snapshot-name</option> </term>
<listitem>
<para> Destroy the named snapshot.</para>
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-L,--list </option> </term> <term> <option>-L,--list </option> </term>
<listitem> <listitem>
<para> List existing snapshots. </para> <para> List existing snapshots. </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment