Commit 99e616a6 by KATOH Yasufumi Committed by Stéphane Graber

doc: Update Japanese lxc-snapshot(1) for adding the description of destroy

parent 7be2c5ef
...@@ -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,17 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -109,6 +114,17 @@ 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. If the named snapshot is ALL, then all snapshots
will be destroyed.</para>
-->
指定した名前のスナップショットを破壊します。ALL という名前が指定された場合、すべてのスナップショットが破壊されます。
</listitem>
</varlistentry>
<varlistentry>
<term> <option>-L,--list </option> </term> <term> <option>-L,--list </option> </term>
<listitem> <listitem>
<para> <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