]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add destroy option to lxc-snapshot(1)
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Tue, 2 Sep 2014 12:18:45 +0000 (21:18 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 19 Sep 2014 20:55:56 +0000 (16:55 -0400)
This commit is the same as the commit 18aa217 and 99e616a on master
branch, except "ALL" keyword.

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/ja/lxc-snapshot.sgml.in
doc/lxc-snapshot.sgml.in

index 2c23503d48779781cb2919872bceb07fb07b45c2..038c75dfe1657a677202c9be487b9b705b618963 100644 (file)
@@ -57,6 +57,11 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
       <arg choice="opt">-c, --comment <replaceable>file</replaceable></arg>
     </cmdsynopsis>
+    <cmdsynopsis>
+      <command>lxc-snapshot</command>
+      <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>
@@ -108,6 +113,16 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
           </listitem>
          </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>
           <listitem>
index 4b70279fa033b7fa1b348a9086100c3fa81522b0..26412fc38d0928a5bf189d613e59f1e0655b1808 100644 (file)
@@ -52,6 +52,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       <arg choice="req">-n, --name <replaceable>name</replaceable></arg>
       <arg choice="opt">-c, --comment <replaceable>file</replaceable></arg>
     </cmdsynopsis>
+    <cmdsynopsis>
+      <command>lxc-snapshot</command>
+      <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>
@@ -91,6 +96,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
           </listitem>
          </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>
           <listitem>