]> git.proxmox.com Git - mirror_lxc.git/commitdiff
doc: Add the rename option to lxc-clone(1)
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Wed, 5 Aug 2015 08:49:19 +0000 (17:49 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 13 Aug 2015 20:30:41 +0000 (16:30 -0400)
Update Japanese and English man pages.

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

index 963b3a11518c4733c9a037c6465660bf17a6f02f..23e5dc77b6cff2cd3d751594d42ae2bf0c81006d 100644 (file)
@@ -64,6 +64,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <arg choice="opt">-L <replaceable>fssize</replaceable></arg>
       <arg choice="opt">-p <replaceable>lxcpath</replaceable></arg>
       <arg choice="opt">-P <replaceable>newlxcpath</replaceable></arg>
+      <arg choice="opt">-R </arg>
       <arg choice="req">-o <replaceable>orig</replaceable></arg>
       <arg choice="req">-n <replaceable>new</replaceable></arg>
       <arg choice="opt">-- hook arguments</arg>
@@ -78,6 +79,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <arg choice="opt">-L <replaceable>fssize</replaceable></arg>
       <arg choice="opt">-p <replaceable>lxcpath</replaceable></arg>
       <arg choice="opt">-P <replaceable>newlxcpath</replaceable></arg>
+      <arg choice="opt">-R </arg>
       <arg choice="req">orig</arg>
       <arg choice="req">new</arg>
       <arg choice="opt">-- hook arguments</arg>
@@ -274,6 +276,21 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
        </listitem>
       </varlistentry>
 
+      <varlistentry>
+       <term>
+         <option>-R, --rename</option>
+       </term>
+       <listitem>
+         <para>
+           <!--
+           Rename an existing container.
+           <replaceable>orig</replaceable> is renamed <replaceable>new</replaceable>.
+           -->
+           コンテナの名前を変更します。<replaceable>orig</replaceable> を <replaceable>new</replaceable> という名前に変更します。
+         </para>
+       </listitem>
+      </varlistentry>
+
       <varlistentry>
        <term>
          <option>-o, --orig <replaceable>orig</replaceable></option>
index 11b26b8cf12aa5272232d2b816d6d2afee3a0f85..aef6b44ce4c74773ecbcedfaeddbbb0b23df849e 100644 (file)
@@ -58,6 +58,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       <arg choice="opt">-L <replaceable>fssize</replaceable></arg>
       <arg choice="opt">-p <replaceable>lxcpath</replaceable></arg>
       <arg choice="opt">-P <replaceable>newlxcpath</replaceable></arg>
+      <arg choice="opt">-R </arg>
       <arg choice="req">-o <replaceable>orig</replaceable></arg>
       <arg choice="req">-n <replaceable>new</replaceable></arg>
       <arg choice="opt">-- hook arguments</arg>
@@ -72,6 +73,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       <arg choice="opt">-L <replaceable>fssize</replaceable></arg>
       <arg choice="opt">-p <replaceable>lxcpath</replaceable></arg>
       <arg choice="opt">-P <replaceable>newlxcpath</replaceable></arg>
+      <arg choice="opt">-R </arg>
       <arg choice="req">orig</arg>
       <arg choice="req">new</arg>
       <arg choice="opt">-- hook arguments</arg>
@@ -217,6 +219,18 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
        </listitem>
       </varlistentry>
 
+      <varlistentry>
+       <term>
+         <option>-R, --rename</option>
+       </term>
+       <listitem>
+         <para>
+           Rename an existing container.
+           <replaceable>orig</replaceable> is renamed <replaceable>new</replaceable>.
+         </para>
+       </listitem>
+      </varlistentry>
+
       <varlistentry>
        <term>
          <option>-o, --orig <replaceable>orig</replaceable></option>