mirror of
git://github.com/lxc/lxc
synced 2025-08-31 19:24:04 +00:00
doc: Add the rename option to lxc-clone(1)
Update Japanese and English man pages. Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
committed by
Stéphane Graber
parent
ec8449f8dc
commit
585f3c6b69
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user